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


ITerrainDataSource.FeatureClassID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataSource Interface > ITerrainDataSource.FeatureClassID Property
ArcGIS Developer Help

ITerrainDataSource.FeatureClassID Property

The unique database identifier for the feature class.

[Visual Basic .NET]
Public Property FeatureClassID As Integer
[C#]
public int FeatureClassID {get; set;}
[C++]
HRESULT get_FeatureClassID(
  long pClassID
);
[C++]
HRESULT put_FeatureClassID(
  System.Int32* pClassID
);
[C++]
Parameters
pClassID [in]

pClassID is a parameter of type long pClassID [out, retval]
pClassID is a parameter of type long*

Product Availability

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

Description

The database ID of the feature class representing the data source. See IFeatureClass.FeatureClassID.

The ID for an embedded feature class may change after a call to ITerrainEdit.Build.

See Also

ITerrainDataSource Interface