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


In This Topic
    CompositeOperationManager Class Members
    In This Topic

    The following tables list the members exposed by CompositeOperationManager.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets a boolean value after checking if the first operation can be redone. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Property Gets a boolean value after checking if the first operation can be undone. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Public Property Gets a string identifying the category of operations to act on. For example, only undo 'Edit' operations in all the OperationManager objects.  
    Public Property The Operation that is currently running. Automatically set and cleared by the system as operations are executed. (Inherited from ArcGIS.Desktop.Framework.OperationManager)
    Top
    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