ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainEditEvents.OnUndoReconcile Event

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

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

Product Availability

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

See Also

ITerrainEditEvents Interface