ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainEmbeddedDataSource.SetReservedFields Method

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

[Visual Basic .NET]
Public Sub SetReservedFields ( _
    ByVal pFields As IStringArray _
)
[C#]
public void SetReservedFields (
    IStringArray pFields
);
[C++]
HRESULT SetReservedFields(
  IStringArray* pFields
);
[C++]

Parameters

pFields [in]

  pFields is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Provide the names of the fields to embedd. Only certain kinds of fields are supported, such as those optionally created by the TerrainLasDataImporter.

See Also

ITerrainEmbeddedDataSource Interface