ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / UndoAsync Method

In This Topic
    UndoAsync Method (EditOperation)
    In This Topic
    Attempts to Undo this EditOperation (only the most recent edit operation can be undone).
    Syntax
    public Task<bool> UndoAsync()
    Public Function UndoAsync() As Task(Of Boolean)

    Return Value

    A task representing the success of the Undo.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also