ArcGIS Pro 3.0 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, Windows 8.1

    See Also