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


In This Topic
    OperationManager Class Methods
    In This Topic

    For a list of all members of this type, see OperationManager members.

    Public Methods
     NameDescription
    Public Method Add the specified operation to the redo stack.  
    Public Method Add the specified operation to the undo stack.  
    Public Method Removes all operations belonging to the specified category from redo stack.  
    Public Method Removes all operations belonging to the specified category from redo stack.  
    Public Method Removes all operations belonging to the specified category from undo stack.  
    Public Method Removes all operations belonging to the specified category and sub category from undo stack.  
    Public Method Groups existing operations into a single composite operation. This method must be called on the primary worker thread. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Decreases the operation count without reforming an operation. This API supports the Framework infrastructure and is not intended to be used directly from your code.  
    Public Method Performs the specified operation synchronously and adds it to the undo stack.  
    Public Method Performs the specified operation asynchronously and adds it to the undo stack.  
    Public Method Returns all the operations from the redo stack that match the conditions defined by the specified predicate.  
    Public Method Returns all the operations from the undo stack that match the conditions defined by the specified predicate.  
    Public Methodstatic (Shared in Visual Basic) Increases the operation count without performing an operation. This API supports the Framework infrastructure and is not intended to be used directly from your code.  
    Public Method Return the topmost operation of the given category in the native redo stack.  
    Public Method Return the topmost operation of the given category in the native undo stack.  
    Public MethodOverloaded.   
    Public Method Removes the specified operation from the redo stack.  
    Public Method Removes the specified operation from the undo stack.  
    Public MethodOverloaded.   
    Top
    See Also