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


IMap.AnnotationEngine Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.AnnotationEngine Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IMap Interface