Skip to content

ITerrainEdit3 Interface

Provides access to members used to modify and build a terrain.

Members

Name Description
Method AddDataSource Adds a reference to a feature class.
Method AddDataSourceData Appends measurements to a terrain data source (feature class).
Method AddDataSourceData2 Appends measurements to terrain data source (feature class).
Method AddPyramidLevel Adds a pyramid level.
Method Build Constructs the terrain.
Method CalculateFieldStatistics Calculate Terrain blob field statistics of the specified embedded data source.
Method ChangeMaxScale Modifies the largest display scale used for a particular level of a terrain pyramid.
Method ChangeResolutionBounds Change the resolution bounds of a data source.
Method ChangeUsageInOverview Change the ApplyToOverviewTerrain property of the specified data source.
Method DeleteDataSourceData Removes measurements from a terrain data source (feature class).
Method DeleteDataSourceData2 Removes measurements from a terrain data source (feature class).
Method DeleteDataSourceDataByFC Removes measurements from a terrain data source (feature class).
Method RemoveDataSource Removes reference to a participating feature class.
Method RemovePyramidLevel Removes a pyramid level.
Method ReplaceDataSourceData Replaces measurements from a terrain data source (feature class) with measurements in another feature class.
Method ReplaceDataSourceData2 Replaces measurements from a terrain data source (feature class) with measurements in another feature class.
Method UpdateExtent Refresh terrain's extent.

ITerrainEdit3.AddDataSourceData2 Method

Appends measurements to terrain data source (feature class).

Public Sub AddDataSourceData2 ( _
    ByVal Index As Integer, _
    ByVal pointCountFieldName As String, _
    ByVal pAOI As IGeometry, _
    ByVal pInFC As IFeatureClass, _
    ByVal pTrackCancel As ITrackCancel _
)
public void AddDataSourceData2 (
    int Index,
    string pointCountFieldName,
    IGeometry pAOI,
    IFeatureClass pInFC,
    ITrackCancel pTrackCancel
);

ITerrainEdit3.CalculateFieldStatistics Method

Calculate Terrain blob field statistics of the specified embedded data source.

Public Sub CalculateFieldStatistics ( _
    ByVal Index As Integer, _
    ByVal pFieldNames As IStringArray, _
    ByVal pTrackCancel As ITrackCancel _
)
public void CalculateFieldStatistics (
    int Index,
    IStringArray pFieldNames,
    ITrackCancel pTrackCancel
);

ITerrainEdit3.ChangeUsageInOverview Method

Change the ApplyToOverviewTerrain property of the specified data source.

Public Sub ChangeUsageInOverview ( _
    ByVal Index As Integer, _
    ByVal bApply As Boolean _
)
public void ChangeUsageInOverview (
    int Index,
    bool bApply
);

ITerrainEdit3.DeleteDataSourceData2 Method

Removes measurements from a terrain data source (feature class).

Public Sub DeleteDataSourceData2 ( _
    ByVal Index As Integer, _
    ByVal pointCountFieldName As String, _
    ByVal pAOI As IGeometry, _
    ByVal pTrackCancel As ITrackCancel _
)
public void DeleteDataSourceData2 (
    int Index,
    string pointCountFieldName,
    IGeometry pAOI,
    ITrackCancel pTrackCancel
);

ITerrainEdit3.DeleteDataSourceDataByFC Method

Removes measurements from a terrain data source (feature class).

Public Sub DeleteDataSourceDataByFC ( _
    ByVal Index As Integer, _
    ByVal pointCountFieldName As String, _
    ByVal pFC As IFeatureClass, _
    ByVal bSparseData As Boolean, _
    ByVal pTrackCancel As ITrackCancel _
)
public void DeleteDataSourceDataByFC (
    int Index,
    string pointCountFieldName,
    IFeatureClass pFC,
    bool bSparseData,
    ITrackCancel pTrackCancel
);

ITerrainEdit3.ReplaceDataSourceData2 Method

Replaces measurements from a terrain data source (feature class) with measurements in another feature class.

Public Sub ReplaceDataSourceData2 ( _
    ByVal Index As Integer, _
    ByVal pointCountFieldName As String, _
    ByVal pAOI As IGeometry, _
    ByVal pInFC As IFeatureClass, _
    ByVal pTrackCancel As ITrackCancel _
)
public void ReplaceDataSourceData2 (
    int Index,
    string pointCountFieldName,
    IGeometry pAOI,
    IFeatureClass pInFC,
    ITrackCancel pTrackCancel
);

Inherited Interfaces

Interfaces Description
ITerrainEdit2 Provides access to members used to modify and build a terrain.
ITerrainEdit Provides access to members used to modify and build a terrain.

Classes that implement ITerrainEdit3

Classes Description
Terrain The Esri Terrain component.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.