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

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

    Parameters

    operation
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also