public override Task UndoAsync()
Public Overloads Overrides NotOverridable Function UndoAsync() As Task
Return Value
A task that represents the work queued to execute in the ThreadPool.
public override Task UndoAsync()
Public Overloads Overrides NotOverridable Function UndoAsync() As Task
Exception | Description |
---|---|
System.Exception | Thrown when the operation's ArcGIS.Desktop.Framework.Contracts.Operation.CanUndo method returns false. |
The most recent operation in the stack is undone by calling its ArcGIS.Desktop.Framework.Contracts.Operation.UndoAsync method. The operation is then added to this OperationManager's redo stack.
Target Platforms: Windows 11, Windows 10