com.esri.arcgis.editor
Class IEditEvents3Adapter
java.lang.Object
com.esri.arcgis.editor.IEditEvents3Adapter
- All Implemented Interfaces:
- IEditEvents3, Serializable, EventListener
public class IEditEvents3Adapter
- extends Object
- implements IEditEvents3
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IEditEvents3Adapter
public IEditEvents3Adapter()
beforeDrawSketch
public void beforeDrawSketch(IEditEvents3BeforeDrawSketchEvent theEvent)
throws IOException,
AutomationException
- Called before the edit sketch is drawn.
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
- Specified by:
beforeDrawSketch
in interface IEditEvents3
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.