Provides access to members that control Element Edit Vertices Operation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. | |
Geometry | The new geometry. | |
MenuString | The menu string. | |
Name | The name of the operation. | |
Redo | Redoes the operation. | |
Undo | Undoes the operation. |
Inherited Interfaces
Interfaces | Description |
---|---|
IElementOperation | Provides access to members that control Element Operations. |
IEditOperation | Indicator interface that identifies an operation as an edit operation. |
IOperation | Provides access to members that control Operations. |
CoClasses that implement IElementEditVerticesOperation
CoClasses and Classes | Description |
---|---|
ElementEditVerticesOperation (esriArcMapUI) | Command for editing an elements vertices. |