com.esri.arcgis.controls
Class IEngineEditEventsOnVertexAddedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IEngineEditEventsOnVertexAddedEvent(Object source)
           
 
Method Summary
 IPoint getPoint()
           
 void init(IPoint point)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IEngineEditEventsOnVertexAddedEvent

public IEngineEditEventsOnVertexAddedEvent(Object source)
Method Detail

init

public void init(IPoint point)

getPoint

public final IPoint getPoint()