ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Framework Namespace / CompositeOperationManager Class / RedoAsync Method / RedoAsync() Method
Version

    RedoAsync() Method
    Redo the top operation on the redo stack.
    Syntax
    public override Task RedoAsync()

    Return Value

    A task that represents the work queued to execute in the ThreadPool.
    Exceptions
    ExceptionDescription
    If no operations are in the stack or the operation can't be redone.
    Remarks

    Awaits redoing the most recent operation in the redo stack and then adds it to the undo stack.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also