com.esri.arcgis.editor
Class IEditEvents2OnVertexAddedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.editor.IEditEvents2OnVertexAddedEvent
All Implemented Interfaces:
Serializable

public class IEditEvents2OnVertexAddedEvent
extends EventObject

Remarks

When IEditSketch2::VertexAdded is called, all clients listening to IEditEvents2::OnVertexAdded are notified. This may be used to ensure the maximum number of points in a particular sketch is not exceeded, or if vertex attributes need to be set on each vertex when it is added to the edit sketch.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IEditEvents2OnVertexAddedEvent(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

IEditEvents2OnVertexAddedEvent

public IEditEvents2OnVertexAddedEvent(Object source)
Method Detail

init

public void init(IPoint point)

getPoint

public final IPoint getPoint()