|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITerrainEditEvents
Provides access to events that occur with a Terrain dataset.
| Method Summary | |
|---|---|
void |
onBuild(ITerrainEditEventsOnBuildEvent theEvent)
This event is fired when Build is called on a Terrain. |
void |
onReconcile(ITerrainEditEventsOnReconcileEvent theEvent)
This event is fired when Reconcile is called on a Terrain. |
void |
onRedoBuild(ITerrainEditEventsOnRedoBuildEvent theEvent)
This event is fired when Redo Build is called on a Terrain. |
void |
onRedoReconcile(ITerrainEditEventsOnRedoReconcileEvent theEvent)
This event is fired when Redo Reconcile is called on a Terrain. |
void |
onUndoBuild(ITerrainEditEventsOnUndoBuildEvent theEvent)
This event is fired when Undo Build is called on a Terrain. |
void |
onUndoReconcile(ITerrainEditEventsOnUndoReconcileEvent theEvent)
This event is fired when Undo Reconcile is called on a Terrain. |
| Method Detail |
|---|
void onBuild(ITerrainEditEventsOnBuildEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onUndoBuild(ITerrainEditEventsOnUndoBuildEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onRedoBuild(ITerrainEditEventsOnRedoBuildEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onReconcile(ITerrainEditEventsOnReconcileEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onUndoReconcile(ITerrainEditEventsOnUndoReconcileEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onRedoReconcile(ITerrainEditEventsOnRedoReconcileEvent 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 | ||||||||