How to Set "Undo/Redo" by API code?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-06-14
08:49 AM
- last edited on
‎2023-08-03
09:47 AM
by
Doreena Deng
‎2011-06-14
08:49 AM
How to Set Undo/Redo by API code?....Thank u.
Labels:
- Labels:
-
Add-On (C++)
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-06-14 06:29 PM
‎2011-06-14
06:29 PM
Traro wrote:Call
How to Set Undo/Redo by API code?....Thank u.
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-06-15 04:44 AM
‎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.
thank u., but After I call
GSErrCode err;
err = ACAPI_OpenUndoableSession ("Element Test1");
//to make changes to the project data
ACAPI_CloseUndoableSession();
err = ACAPI_OpenUndoableSession ("Element Test2");
//to make changes to the project data
ACAPI_CloseUndoableSession();
err = ACAPI_OpenUndoableSession ("Element Test3");
//to make changes to the project data
ACAPI_CloseUndoableSession();
and, while I want to run back to session("Element Test2").
What can I do with API Function?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-06-15 09:31 AM
‎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?
Ralph Wessel BArch
Central Innovation
Central Innovation