This document is archived and information here might be outdated. Recommended version. |
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*
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.