ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / OperationManager Class / AddRedoOperation Method

In This Topic
    AddRedoOperation Method
    In This Topic
    Add the specified operation to the redo stack.
    Syntax
    public void AddRedoOperation( 
       Operation operation
    )
    Public Sub AddRedoOperation( _
       ByVal operation As Operation _
    ) 

    Parameters

    operation
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also