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


In This Topic
    CompositeOperationManager Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Method Add another OperationManager to the composition.  
    Public Method Add the specified operation to the redo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Add the specified operation to the undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Removes all OperationManager instances from the composition.  
    Public Method Removes all operations belonging to the specified category from redo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Removes all operations belonging to the specified category from redo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Removes all operations belonging to the specified category from undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Removes all operations belonging to the specified category and sub category from undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Groups existing operations into a single composite operation. This method must be called on the primary worker thread. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Performs the specified operation synchronously and adds it to the undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public MethodOverridden.  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. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Returns all the operations from the undo stack that match the conditions defined by the specified predicate. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Return the topmost operation of the given category in the native redo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Return the topmost operation of the given category in the native undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public MethodOverloaded. Overridden.   
    Public Method Removes the specified OperationManager from the composition.  
    Public Method Removes the specified operation from the redo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Method Removes the specified operation from the undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public MethodOverloaded. Overridden.   
    Top
    See Also