Provides access to events that occur with a Terrain dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
OnBuild | This event is fired when Build is called on a Terrain. | |
OnReconcile | This event is fired when Reconcile is called on a Terrain. | |
OnRedoBuild | This event is fired when Redo Build is called on a Terrain. | |
OnRedoReconcile | This event is fired when Redo Reconcile is called on a Terrain. | |
OnUndoBuild | This event is fired when Undo Build is called on a Terrain. | |
OnUndoReconcile | This event is fired when Undo Reconcile is called on a Terrain. |
CoClasses that implement ITerrainEditEvents
CoClasses and Classes | Description |
---|---|
Terrain | The ESRI Terrain component. |
TerrainLayer (esriCarto) | The Terrain Layer class. |