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

    Return Value

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

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

    ArcGIS Pro version: 3.0 or higher.
    See Also