Provides access to members associated with embedded data sources.
Members
| Name | Description | |
|---|---|---|
![]() |
GetReservedFields | Returns the names of the database fields associated with the data source that are copied into the terrain. |
![]() |
Name | The name of the embedded data source. |
![]() |
SetReservedFields | Set the names of the database fields associated with the data source that will be copied into the terrain. |
![]() |
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. |

