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


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

IFeatureParameterLayer.FeatureClass Property

The inner Feature Class.

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

ppFeatureClass is a parameter of type IFeatureClass**

Product Availability

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

See Also

IFeatureParameterLayer Interface