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 > ITerrainDataSource Interface > ITerrainDataSource.FeatureClassID Property (ArcObjects .NET 10.5 SDK) |
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(
long pClassID
);
[C++]
Parameters pClassID [out, retval] pClassID is a parameter of type long pClassID [in] pClassID is a parameter of type long
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.