Reverts the document to its state before the most recent operation or undo section.
Syntax| C# | Visual Basic | Managed C++ |
public void Undo ()
Public Sub Undo
public: void Undo ()
Exceptions| Exception | Condition |
|---|---|
| UndoDisabledException | UndoEnabled is falseFalsefalse. |
| NothingToUndoException | There is nothing to undo. |
| StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)