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


ITerrainEdit.Build Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainEdit Interface > ITerrainEdit.Build Method
ArcGIS Developer Help

ITerrainEdit.Build Method

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

See Also

ITerrainEdit Interface