ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainEditEvents.OnRedoBuild Event

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

[Visual Basic 6.0]
Event OnRedoBuild(
    ByVal pExtent As IEnvelope _
)
[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