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
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.