Annotation properties.
[Visual Basic 6.0] Property AnnotationProperties As IAnnotateLayerPropertiesCollection
[Visual Basic .NET] Public Property AnnotationProperties As IAnnotateLayerPropertiesCollection
[C#] public IAnnotateLayerPropertiesCollection AnnotationProperties {get; set;}
[Java] public IAnnotateLayerPropertiesCollection getAnnotationProperties() throws IOException, AutomationException
[Java] public void setAnnotationProperties( IAnnotateLayerPropertiesCollection pAnnotateLayerPropertiesCollection ) throws IOException, AutomationException
[C++] HRESULT get_AnnotationProperties( IAnnotateLayerPropertiesCollection** props );
[C++] HRESULT put_AnnotationProperties( IAnnotateLayerPropertiesCollection* props);
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.