com.esri.arcgis.carto
Interface IElementEditVerticesOperation

All Superinterfaces:
IEditOperation, IElementOperation, IOperation, Serializable
All Known Implementing Classes:
ElementEditVerticesOperation, IElementEditVerticesOperationProxy

public interface IElementEditVerticesOperation
extends IElementOperation, Serializable

Provides access to members that control Element Edit Vertices Operation.

Product Availability

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


Method Summary
 void setGeometry(IGeometry rhs1)
          The new geometry.
 
Methods inherited from interface com.esri.arcgis.carto.IElementOperation
setElementsByRef, setName
 
Methods inherited from interface com.esri.arcgis.systemUI.IOperation
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo
 

Method Detail

setGeometry

void setGeometry(IGeometry rhs1)
                 throws IOException,
                        AutomationException
The new geometry.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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