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


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

IAnnotateMap Interface

Provides access to members that control the Labeling (annotation) of a map. Note: the IAnnotateMap interface has been superseded by IAnnotateMap2. 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

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

Classes that implement IAnnotateMap

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

See Also

ILabelEngineLayerProperties Interface | IAnnotateMap2 Interface