The layer's feature class.
[Visual Basic 6.0] Property FeatureClass As IFeatureClass
[Visual Basic .NET] Public Property FeatureClass As IFeatureClass
[C#] public IFeatureClass FeatureClass {get; set;}
[Java] public IFeatureClass getFeatureClass() throws IOException, AutomationException
[Java] public void setFeatureClassByRef( IFeatureClass pFeatureClass ) throws IOException, AutomationException
[C++] HRESULT get_FeatureClass( IFeatureClass** fclass );
[C++] HRESULT putref_FeatureClass( IFeatureClass* fclass);
Parameters
fclass [out, retval]
fclass is a parameter of type IFeatureClass
fclass [in]
fclass is a parameter of type IFeatureClass
The FeatureClass data source for the layer.