Skip to content

ITerrainEmbeddedDataSource Interface

Provides access to members associated with embedded data sources.

Members

Name Description
Method GetReservedFields Returns the names of the database fields associated with the data source that are copied into the terrain.
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.

ITerrainEmbeddedDataSource.GetReservedFields Method

Returns the names of the database fields associated with the data source that are copied into the terrain.

Public Function GetReservedFields ( _
) As IStringArray
public IStringArray GetReservedFields (
);

ITerrainEmbeddedDataSource.Name Property

The name of the embedded data source.

Public Property Name As String
public string Name {get; set;}

ITerrainEmbeddedDataSource.SetReservedFields Method

Set the names of the database fields associated with the data source that will be copied into the terrain.

Public Sub SetReservedFields ( _
    ByVal pFields As IStringArray _
)
public void SetReservedFields (
    IStringArray pFields
);

ITerrainEmbeddedDataSource.ToBeEmbedded Property

Indicates the terrain will copy the data and not have a dependency on the data source after the terrain is built.

Public Property ToBeEmbedded As Boolean
public bool ToBeEmbedded {get; set;}

Classes that implement ITerrainEmbeddedDataSource

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.