ArcObjects Library Reference (Carto)  

IAnnotateMap2 Interface

Provides access to members that control the Labeling (annotation) of a map.

Product Availability

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

Description

The IAnnotateMap2 interface provides low level control for creating and displaying labels.

Members

Description
Method Draw Draws labels for feature layers based on the properties given.
Read-only property FeatureLayerPropertiesID The UID that is expected for feature layer properties.
Method Label Labels feature layers based on the properties given.
Read-only property Name Name of the engine that will create the labels ( annotation).
Read-only property OverposterPropertiesID The UID that is expected for overposter properties.

CoClasses that implement IAnnotateMap2

CoClasses and Classes Description
AnnotateMap A renderer for labeling feature layers in a map.
MaplexAnnotateMap (esriMaplex) Labels feature layers in a map.

See Also

ILabelEngineLayerProperties Interface