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


IFeatureClassDescriptor.FeatureClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IF > IFeatureClassDescriptor Interface > IFeatureClassDescriptor.FeatureClass Property
ArcGIS Developer Help

IFeatureClassDescriptor.FeatureClass Property

The FeatureClass in the descriptor.

[Visual Basic .NET]
Public ReadOnly Property FeatureClass As IFeatureClass
[C#]
public IFeatureClass FeatureClass {get;}
[C++]
HRESULT get_FeatureClass(
  IFeatureClass** FeatureClass
);
[C++]
Parameters
FeatureClass [out, retval]

FeatureClass is a parameter of type IFeatureClass**

Product Availability

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

See Also

IFeatureClassDescriptor Interface