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


ITerrainEditEvents.OnRedoBuild Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainEditEvents Interface > ITerrainEditEvents.OnRedoBuild Event
ArcGIS Developer Help

ITerrainEditEvents.OnRedoBuild Event

This event is fired when Redo Build is called on a Terrain.

[Visual Basic .NET]
Public Event OnRedoBuild As OnRedoBuildEventHandler
[C#]
public event OnRedoBuildEventHandler OnRedoBuild
[C++]
HRESULT OnRedoBuild(
  IEnvelope* pExtent
);
[C++]
Parameters
pExtent [in]

pExtent is a parameter of type IEnvelope*

Product Availability

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

See Also

ITerrainEditEvents Interface