This document is archived and information here might be outdated. Recommended version. |
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**