This document is archived and information here might be outdated.  Recommended version.


IAnnotateMap2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateMap2 Interface
ArcGIS Developer Help

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

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

Classes that implement IAnnotateMap2

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

See Also

ILabelEngineLayerProperties Interface | IAnnotateFeature2 Interface