Name | Description | |
---|---|---|
![]() | AddOperationManager | Add another OperationManager to the composition. |
![]() | AddRedoOperation | Add the specified operation to the redo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | AddUndoOperation | Add the specified operation to the undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | ClearOperationManagers | Removes all OperationManager instances from the composition. |
![]() | ClearRedoCategory | Removes all operations belonging to the specified category from redo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | ClearRedoSubCategory | Removes all operations belonging to the specified category from redo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | ClearUndoCategory | Removes all operations belonging to the specified category from undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | ClearUndoSubCategory | Removes all operations belonging to the specified category and sub category from undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | CreateCompositeOperation | Groups existing operations into a single composite operation. This method must be called on the primary worker thread. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | Do | Performs the specified operation synchronously and adds it to the undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | DoAsync | Overridden. Performs the specified operation asynchronously and adds it to the undo stack. |
![]() | FindRedoOperations | Returns all the operations from the redo stack that match the conditions defined by the specified predicate. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | FindUndoOperations | Returns all the operations from the undo stack that match the conditions defined by the specified predicate. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | RedoAsync | Overloaded. Overridden. |
![]() | RemoveOperationManager | Removes the specified OperationManager from the composition. |
![]() | RemoveRedoOperation | Removes the specified operation from the redo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | RemoveUndoOperation | Removes the specified operation from the undo stack. (Inherited from ArcGIS.Desktop.Framework.OperationManager) |
![]() | UndoAsync | Overloaded. Overridden. |