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


IMap.AnnotationEngine Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMap.AnnotationEngine Property

The annotation (label) engine the map will use.

[Visual Basic .NET]
Public Property AnnotationEngine As IAnnotateMap
[C#]
public IAnnotateMap AnnotationEngine {get; set;}
[C++]
HRESULT get_AnnotationEngine(
  IAnnotateMap** AnnotateMap
);
[C++]
HRESULT putref_AnnotationEngine(
  IAnnotateMap* AnnotateMap
);
[C++]

Parameters AnnotateMap [out, retval]
AnnotateMap is a parameter of type IAnnotateMap AnnotateMap [in]
AnnotateMap is a parameter of type IAnnotateMap

Product Availability

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

See Also

IMap Interface

.NET Related Topics

Maplex