|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditEvents3
Provides access to more editor events. Implement it to listen for specific events that occur during an edit session.
Method Summary | |
---|---|
void |
beforeDrawSketch(IEditEvents3BeforeDrawSketchEvent theEvent)
Called before the edit sketch is drawn. |
Method Detail |
---|
void beforeDrawSketch(IEditEvents3BeforeDrawSketchEvent theEvent) throws IOException, AutomationException
Listen for IEditEvents3::BeforeDrawSketch to intercept and handle sketch display properties before the edit sketch is drawn.
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |