ArcGIS Pro 3.7 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 Friend MustOverride Function UndoAsync() As Task
    protected internal abstract Task UndoAsync()

    Return Value

    Return a Task the application can wait on.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also