This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.AnnotationEngine Property (ArcObjects .NET 10.4 SDK) |
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