This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainEmbeddedDataSource Interface > ITerrainEmbeddedDataSource.SetReservedFields Method (ArcObjects .NET 10.5 SDK) |
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
Provide the names of the fields to embedd. Only certain kinds of fields are supported, such as those optionally created by the TerrainLasDataImporter.