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

    See Also