Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2011-06-14
08:49 AM
- last edited on
2023-08-03
09:47 AM
by
Doreena Deng
2011-06-14 06:29 PM
Traro wrote:Call
How to Set Undo/Redo by API code?....Thank u.
2011-06-15 04:44 AM
Ralph wrote:Traro wrote:Call
How to Set Undo/Redo by API code?....Thank u.ACAPI_OpenUndoableSessionto start the session and ACAPI_CloseUndoableSessionto end it. These functions are mandatory if you need to make changes to the project data.
2011-06-15 09:31 AM
Traro wrote:The 'undo' mechanisms are purely for the user's benefit, so the user could roll back 'test 2' by selecting
thank u., but After I call
err = ACAPI_OpenUndoableSession ("Element Test1");
err = ACAPI_OpenUndoableSession ("Element Test2");
err = ACAPI_OpenUndoableSession ("Element Test3");
and, while I want to run back to session("Element Test2").
What can I do with API Function?