This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElementOperation Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control Element Operations.
Description | ||
---|---|---|
CanRedo | Indicates if the operation can be redone. | |
CanUndo | Indicates if the operation can be undone. | |
Do | Performs the operation. | |
Elements | The element(s) being updated. | |
MenuString | The menu string. | |
Name | The name of the operation. | |
Redo | Redoes the operation. | |
Undo | Undoes the operation. |
Interfaces | Description |
---|---|
IEditOperation | Indicator interface that identifies an operation as an edit operation. |
IOperation | Provides access to members that control Operations. |
CoClasses and Classes | Description |
---|---|
ElementEditVerticesOperation (esriArcMapUI) | Command for editing an elements vertices. |
ElementNewOperation (esriArcMapUI) | Command for adding new maps to a layout. |
NewLinkElementOperation (esriEditorExt) | Operation for adding new links to a map. |