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


ITerrainEditEvents.OnReconcile Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainEditEvents.OnReconcile Event

This event is fired when Reconcile is called on a Terrain.

[Visual Basic .NET]
Public Event OnReconcile As OnReconcileEventHandler
[C#]
public event OnReconcileEventHandler OnReconcile
[C++]
HRESULT OnReconcile(
void
);

Product Availability

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

See Also

ITerrainEditEvents Interface