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

    Return Value

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

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

    ArcGIS Pro version: 3.0 or higher.
    See Also