hi @dale,
How do I get the commands in the UndoMultiple list?
Command…GetMostRecentCommands() do not give the exact match.
I need to programmatically revert the model back to a certain state on a cancel command.
hi @dale,
How do I get the commands in the UndoMultiple list?
Command…GetMostRecentCommands() do not give the exact match.
I need to programmatically revert the model back to a certain state on a cancel command.
Hi @HepChan,
Sorry, this is not possible. Perhaps you should save the model at a certain point in time and then re-open the saved model when you want to revert back?
– Dale