ArcGIS Pro 2.6 API Reference Guide
OperationManager Class Members
Properties  Methods 


ArcGIS.Desktop.Framework Namespace : OperationManager Class

The following tables list the members exposed by OperationManager.

Public Constructors
 NameDescription
Public Constructor Initializes a new instance of the OperationManager class.  
Top
Public Properties
 NameDescription
Public Property Gets a boolean value after checking if the first operation can be redone.  
Public Property Gets a boolean value after checking if the first operation can be undone.  
Top
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.  
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 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

Reference

OperationManager Class
ArcGIS.Desktop.Framework Namespace
Operation Class