This document is archived and information here might be outdated.  Recommended version.


ITerrainEmbeddedDataSource.SetReservedFields Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainEmbeddedDataSource Interface > ITerrainEmbeddedDataSource.SetReservedFields Method
ArcGIS Developer Help

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