This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILabelEngineManager2 Interface > ILabelEngineManager2.LabelEngine Property (ArcObjects .NET 10.4 SDK) |
Indicates the label engine being used by the label engine manager.
[Visual Basic .NET] Public Function get_LabelEngine ( _ ByVal piMap As IMap _ ) As ITrackingLabelEngine
[C#] public ITrackingLabelEngine get_LabelEngine ( IMap piMap );
[C++]
HRESULT get_LabelEngine(
IMap* piMap,
ITrackingLabelEngine** ppiLabelEngine
);
[C++]
Parameters piMap [in]
piMap is a parameter of type IMap ppiLabelEngine [out, retval]
ppiLabelEngine is a parameter of type ITrackingLabelEngine