ArcObjects Library Reference (Carto)  

IAnnotateMap Interface

Provides access to members that control the Labeling (annotation) of a map. Note: the IAnnotateMap interface has been superseded byIAnnotateMap2. Please consider using the more recent version.

Product Availability

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

Description

IAnnotateMap has been superseded by IAnnotateMap2.  Use IAnnotateMap2.

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).

CoClasses that implement IAnnotateMap

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