ArcObjects Library Reference  (Carto)    

IGeoFeatureLayer.AnnotationProperties Property

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

);

[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

Example

IGeoFeatureLayer AnnotationProperties Example

 


Feedback Send feedback on this page