ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainEditEvents.OnBuild Event

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

[Visual Basic .NET]
Public Event OnBuild As OnBuildEventHandler
[C#]
public event OnBuildEventHandler OnBuild
[C++]
HRESULT OnBuild(
  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