com.esri.arcgis.editor
Class IEditEvents3BeforeDrawSketchEvent

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

public class IEditEvents3BeforeDrawSketchEvent
extends EventObject

Remarks

Listen for IEditEvents3::BeforeDrawSketch to intercept and handle sketch display properties before the edit sketch is drawn.

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
IEditEvents3BeforeDrawSketchEvent(Object source)
           
 
Method Summary
 IDisplay getPDpy()
           
 void init(IDisplay pDpy)
           
 
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

IEditEvents3BeforeDrawSketchEvent

public IEditEvents3BeforeDrawSketchEvent(Object source)
Method Detail

init

public void init(IDisplay pDpy)

getPDpy

public final IDisplay getPDpy()