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

    Return Value

    A task representing the success of the redo.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also