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


In This Topic
    OperationManager Class Members
    In This Topic

    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.  
    Public Property The Operation that is currently running. Automatically set and cleared by the system as operations are executed.  
    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. 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