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

In This Topic
    RemoveRedoOperation Method
    In This Topic
    Removes the specified operation from the redo stack.
    Syntax
    public void RemoveRedoOperation( 
       Operation operation
    )
    Public Sub RemoveRedoOperation( _
       ByVal operation As Operation _
    ) 

    Parameters

    operation
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also