ArcGIS Pro 3.7 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 Sub RemoveRedoOperation( _
       ByVal operation As Operation _
    ) 
    public void RemoveRedoOperation( 
       Operation operation
    )

    Parameters

    operation
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also