Skip to content

ITerrainEmbeddedDataSource2 Interface

Provides access to members associated with embedded data sources.

Members

Name Description
Method GetFieldStatistics Returns the statistics of the specified Terrain blob field.
Method GetReservedFields Returns the names of the database fields associated with the data source that are copied into the terrain.
Method GetReservedFieldStatistics Returns the statistics of all the Terrain blob fields.
Read/write property Name The name of the embedded data source.
Method SetReservedFields Set the names of the database fields associated with the data source that will be copied into the terrain.
Read/write property ToBeEmbedded Indicates the terrain will copy the data and not have a dependency on the data source after the terrain is built.

ITerrainEmbeddedDataSource2.GetFieldStatistics Method

Returns the statistics of the specified Terrain blob field.

Public Function GetFieldStatistics ( _
    ByVal FieldName As String _
) As ITerrainFieldStatistics
public ITerrainFieldStatistics GetFieldStatistics (
    string FieldName
);

ITerrainEmbeddedDataSource2.GetReservedFieldStatistics Method

Returns the statistics of all the Terrain blob fields.

Public Function GetReservedFieldStatistics ( _
) As IArray
public IArray GetReservedFieldStatistics (
);

Inherited Interfaces

Interfaces Description
ITerrainEmbeddedDataSource Provides access to members associated with embedded data sources.

Classes that implement ITerrainEmbeddedDataSource2

Classes Description
TerrainDataSource Esri Terrain Data Source object.

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