com.esri.arcgis.controls
Class IEngineEditEventsOnVertexAddedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.IEngineEditEventsOnVertexAddedEvent
- All Implemented Interfaces:
- Serializable
public class IEngineEditEventsOnVertexAddedEvent
- extends EventObject
Description
The OnVertexAdded event is fired whenever a new vertex is added to an edit sketch. If the edit sketch vertex is added programmatically call IEngineEditSketch::VertexAdded to ensure that this event is fired. This could be used to check that the maximum number of points in a particular sketch is not exceeded before it is added to the edit sketch.
Product Availability
Available with ArcGIS Engine.
- See Also:
- Serialized Form
IEngineEditEventsOnVertexAddedEvent
public IEngineEditEventsOnVertexAddedEvent(Object source)
init
public void init(IPoint point)
getPoint
public final IPoint getPoint()