Constructs the terrain.
[Visual Basic .NET] Public Sub Build ( _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void Build ( ITrackCancel pTrackCancel );
[C++]
HRESULT Build(
ITrackCancel* pTrackCancel
);
[C++]Parameters
pTrackCancel [in]pTrackCancel is a parameter of type ITrackCancel
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Build (re)constructs the terrain as necessary. Depending on what types of edits have taken place different levels of build may be required. Some forms require a full rebuild and others just partial.
Add/Remove ZTolerance - full
Add/Remove TerrainDataSource - partial for area covered by data source measurements
ChangeMaxZScale - none
Edit of data source feature class geometry - partial for area covered by feature edits