ArcObjects Library Reference (Schematic)  

ISchematicOperation Interface

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
Method AbortOperation Abort a schematic operation.
Read-only property CanRedo Indicates if the operation can be redone.
Read-only property CanUndo Indicates if the operation can be undone.
Method Do Performs the operation.
Read-only property MenuString The menu string.
Method OnAddOperation Executed when the operation is added in the stack.
Method Redo Redoes the operation.
Method StartOperation Start a new schematic operation.
Method StopOperation Stop a schematic operation.
Method 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).