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

In This Topic
    RedoEditAsync Method
    In This Topic
    Restores the last data edit that was reversed in the project
    Syntax
    public Task<bool> RedoEditAsync()
    Public Function RedoEditAsync() As Task(Of Boolean)

    Return Value

    false if there are no edits to restore or if the restore fails
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also