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


IGeoFeatureLayer.AnnotationProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGeoFeatureLayer.AnnotationProperties Property

Annotation properties.

[Visual Basic .NET]
Public Property AnnotationProperties As IAnnotateLayerPropertiesCollection
[C#]
public IAnnotateLayerPropertiesCollection AnnotationProperties {get; set;}
[C++]
HRESULT get_AnnotationProperties(
  IAnnotateLayerPropertiesCollection** props
);
[C++]
HRESULT put_AnnotationProperties(
  IAnnotateLayerPropertiesCollection* props
);
[C++]

Parameters props [out, retval]
props is a parameter of type IAnnotateLayerPropertiesCollection props [in]
props is a parameter of type IAnnotateLayerPropertiesCollection

Product Availability

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

Description

Provides access to the labeling properites for the layer.

Remarks

A feature layer's labeling properties are accessed via this property which returns a collection. Each item in the collection is an IAnnotateLayerProperties object that represents a label class. To learn more, see IAnnotateLayerProperties.

See Also

IGeoFeatureLayer Interface