ArcGIS Pro 2.9 API Reference Guide
CompositeOperationManager Class Members
Properties  Methods 


ArcGIS.Desktop.Framework Namespace : CompositeOperationManager Class

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.  
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 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

Reference

CompositeOperationManager Class
ArcGIS.Desktop.Framework Namespace