Provides access to members that control the schematic operation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.
Members
Description | ||
---|---|---|
AbortOperation | Abort a schematic operation. | |
CanRedo | Indicates if the operation can be redone. | |
CanUndo | Indicates if the operation can be undone. | |
Do | Performs the operation. | |
MenuString | The menu string. | |
OnAddOperation | Executed when the operation is added in the stack. | |
Redo | Redoes the operation. | |
StartOperation | Start a new schematic operation. | |
StopOperation | Stop a schematic operation. | |
Undo | Undoes the operation. |
Inherited Interfaces
Interfaces | Description |
---|---|
IOperation | Provides access to members that control Operations. |
CoClasses that implement ISchematicOperation
CoClasses and Classes | Description |
---|---|
SchematicOperation (esriSchematicControls) | Schematic Operation (allows Undo/Redo). |