This document is archived and information here might be outdated.  Recommended version.


IElementOperation Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElementOperation Interface
ArcGIS Developer Help

IElementOperation Interface

Provides access to members that control Element Operations.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
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.
Write-only property Elements The element(s) being updated.
Read-only property MenuString The menu string.
Write-only property Name The name of the operation.
Method Redo Redoes the operation.
Method Undo Undoes the operation.

Inherited Interfaces

Interfaces Description
IEditOperation Indicator interface that identifies an operation as an edit operation.
IOperation Provides access to members that control Operations.

Classes that implement IElementOperation

Classes Description
ElementNewOperation (esriArcMapUI) Command for adding new maps to a layout.
NewLinkElementOperation (esriEditorExt) Operation for adding new links to a map.