This document is archived and information here might be outdated. Recommended version. |
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*
Provides access to the labeling properites for the layer.
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.