This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicOperation Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the schematic operation.
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. |
Interfaces | Description |
---|---|
IOperation | Provides access to members that control Operations. |
CoClasses and Classes | Description |
---|---|
SchematicOperation (esriSchematicControls) | Schematic Operation (allows Undo/Redo). |