ArcGIS Pro 3.7 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 Function UndoAsync() As Task(Of Boolean)
    public Task<bool> UndoAsync()

    Return Value

    A task representing the success of the Undo.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also