This document is archived and information here might be outdated. Recommended version. |
Provides access to members that define a subtyped command.
The ICommandSubType interface is used when you want to have more than one command in a single class. You would implement both ICommand and ICommandSubType in your class. With the ICommandSubType interface you would specify how many subtypes there are. Then, within the implementation each ICommand property you would set the property for each subtype instead of implementing the ICommand interface multiple times.
Name | Description | |
---|---|---|
GetCount | The number of commands defined with this CLSID. | |
SetSubType | The subtype of the command. |
Classes | Description |
---|---|
ControlsInkEraserTool (esriControls) | Erases ink from a map or layout. |
ControlsInkHighlightTool (esriControls) | Draws semi-transparent ink on a map or layout. |
ControlsInkPenTool (esriControls) | Draws colored ink on a map or layout. |
FeatureServiceEditMenuItem (esriGeoDatabaseDistributedUI) | Feature Service Edit Menu items. |
GPCoverageToolCommand (esriGeoprocessingUI) | The Geoprocessoring coverage tool command. |
GPSystemToolCommand (esriGeoprocessingUI) | The Geoprocessoring system tool command. |
GPToolCommand (esriGeoprocessingUI) | The Geoprocessoring custom tool command. |