This document is archived and information here might be outdated. Recommended version. |
The annotated feature class.
[Visual Basic .NET] Public Property FeatureLayer As IFeatureLayer
[C#] public IFeatureLayer FeatureLayer {get; set;}
[C++]
HRESULT get_FeatureLayer(
IFeatureLayer** FeatureLayer
);
[C++]
HRESULT putref_FeatureLayer(
IFeatureLayer* FeatureLayer
);
[C++] Parameters FeatureLayer [out, retval]
FeatureLayer is a parameter of type IFeatureLayer** FeatureLayer [in]
FeatureLayer is a parameter of type IFeatureLayer*