Name | Description | |
---|---|---|
CompositeOperation Constructor | Initializes a new CompositeOperation instance. |
The following tables list the members exposed by CompositeOperation.
Name | Description | |
---|---|---|
CompositeOperation Constructor | Initializes a new CompositeOperation instance. |
Name | Description | |
---|---|---|
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. | |
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. | |
Category | Overridden. Gets the category the operation falls into. | |
DirtiesProject | Gets a boolean indicating if the operation should dirty the project. (Inherited from ArcGIS.Desktop.Framework.Contracts.Operation) | |
ID | Gets or sets a unique identifier for the Operation. Default value is -1. (Inherited from ArcGIS.Desktop.Framework.Contracts.Operation) | |
Name | Overridden. Gets the name of the operation as it is to appear in the undo/redo lists. | |
SubCategory | Gets the sub-category name. (Inherited from ArcGIS.Desktop.Framework.Contracts.Operation) |