This document is archived and information here might be outdated.  Recommended version.


ITerrainEditEvents Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainEditEvents Interface

Provides access to events that occur with a Terrain dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Event OnBuild This event is fired when Build is called on a Terrain.
Event OnReconcile This event is fired when Reconcile is called on a Terrain.
Event OnRedoBuild This event is fired when Redo Build is called on a Terrain.
Event OnRedoReconcile This event is fired when Redo Reconcile is called on a Terrain.
Event OnUndoBuild This event is fired when Undo Build is called on a Terrain.
Event 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.