ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Operation Class / UndoAsync Method

In This Topic
    UndoAsync Method (Operation)
    In This Topic
    Undo the operation to reset the action from Do or DoAsync.
    Syntax
    protected internal abstract Task UndoAsync()
    Protected Friend MustOverride Function UndoAsync() As Task

    Return Value

    Return a Task the application can wait on.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also