ArcObjects Library Reference (Carto)  

IAnnotateLayerProperties.FeatureLayer Property

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

Product Availability

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

See Also

IAnnotateLayerProperties Interface