CompositeOperation Class Members
In This Topic
The following tables list the members exposed by CompositeOperation.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CanRedo | Overridden.
Gets a boolean value indicating if an Operation permits Redo. Returns False if any Operation in any of its OperationManager instances returns False; otherwise, returns True.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CanUndo | Overridden.
Gets a boolean value indicating if an Operation permits Undo. Returns False if any Operation in any of its OperationManager instances returns False; otherwise, returns True.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Category | Overridden.
Gets the category the operation falls into.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DirtiesProject |
Gets a boolean indicating if the operation should dirty the project.
(Inherited from ArcGIS.Desktop.Framework.Contracts.Operation) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ID |
Gets or sets a unique identifier for the Operation. Default value is -1.
(Inherited from ArcGIS.Desktop.Framework.Contracts.Operation) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Name | Overridden.
Gets the name of the operation as it is to appear in the undo/redo lists.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SubCategory |
Gets the sub-category name.
(Inherited from ArcGIS.Desktop.Framework.Contracts.Operation) |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose | Overridden.
Provides a mechanism for releasing unmanaged resources.
|
Top
See Also