com.esri.arcgis.schematic
Interface ISchematicEditVertexFeedback
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SchematicEditVertexFeedback
public interface ISchematicEditVertexFeedback
- extends Serializable
Provides access to members that manage the schematic feedback during vertices editing operations.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
setEditVertexMode
void setEditVertexMode(int rhs1)
throws IOException,
AutomationException
- Vertex editing mode.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
rhs1 - A com.esri.arcgis.schematic.esriSchematicEditVertexMode constant (in)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.