com.esri.arcgis.carto
Interface IElementOperation

All Superinterfaces:
IEditOperation, IOperation, Serializable
All Known Subinterfaces:
IElementEditVerticesOperation
All Known Implementing Classes:
ElementEditVerticesOperation, ElementNewOperation, IElementEditVerticesOperationProxy, IElementOperationProxy

public interface IElementOperation
extends IEditOperation, Serializable

Provides access to members that control Element Operations.

Product Availability

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


Method Summary
 void setElementsByRef(IEnumElement rhs1)
          The element(s) being updated.
 void setName(String rhs1)
          The name of the operation.
 
Methods inherited from interface com.esri.arcgis.systemUI.IOperation
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo
 

Method Detail

setName

void setName(String rhs1)
             throws IOException,
                    AutomationException
The name of the operation.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setElementsByRef

void setElementsByRef(IEnumElement rhs1)
                      throws IOException,
                             AutomationException
The element(s) being updated.

Product Availability

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

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IEnumElement (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.