|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditEvents4
Provides access to more editor events. Implement it to listen for specific events that occur during an edit session.
Provides access to more editor events. Implement it to listen for specific events that occur during an edit session. The events are fired when the ground to grid correction properties on IEditProperties2 are changed.
Method Summary | |
---|---|
void |
onAngularCorrectionOffsetChanged(IEditEvents4OnAngularCorrectionOffsetChangedEvent theEvent)
Called when Angular Correction Offset is changed. |
void |
onDistanceCorrectionFactorChanged(IEditEvents4OnDistanceCorrectionFactorChangedEvent theEvent)
Called when Distance Correction Factor is changed. |
void |
onUseGroundToGridChanged(IEditEvents4OnUseGroundToGridChangedEvent theEvent)
Called when Ground to Grid use changes. |
Method Detail |
---|
void onUseGroundToGridChanged(IEditEvents4OnUseGroundToGridChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onAngularCorrectionOffsetChanged(IEditEvents4OnAngularCorrectionOffsetChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onDistanceCorrectionFactorChanged(IEditEvents4OnDistanceCorrectionFactorChangedEvent theEvent) throws IOException, AutomationException
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 |