ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / RedoAsync Method

In This Topic
    RedoAsync Method (EditOperation)
    In This Topic
    Attempts to Redo this EditOperation (only the most recently undone edit operation can be redone).
    Syntax
    public Task<bool> RedoAsync()
    Public Function RedoAsync() As Task(Of Boolean)

    Return Value

    A task representing the success of the redo.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also