ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class / UndoEditAsync Method

In This Topic
    UndoEditAsync Method
    In This Topic
    Reverses the last data edit in the project
    Syntax
    public Task<bool> UndoEditAsync()
    Public Function UndoEditAsync() As Task(Of Boolean)

    Return Value

    false if there are no data edits to reverse or if the reverse fails
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also