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.
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.