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


ILabelEngineManager3.LabelEngine3 Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILabelEngineManager3 Interface > ILabelEngineManager3.LabelEngine3 Property
ArcGIS Developer Help

ILabelEngineManager3.LabelEngine3 Property

Indicates the label engine being used by the label engine manager.

[Visual Basic .NET]
Public Function get_LabelEngine3 ( _
    ByVal piMap As IBasicMap _
) As ITrackingLabelEngine
[C#]
public ITrackingLabelEngine get_LabelEngine3 (
    IBasicMap piMap
);
[C++]
HRESULT get_LabelEngine3(
  IBasicMap* piMap,
  ITrackingLabelEngine** ppiLabelEngine
);
[C++]
Parameters
piMap [in]

piMap is a parameter of type IBasicMap* ppiLabelEngine [out, retval]
ppiLabelEngine is a parameter of type ITrackingLabelEngine**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ILabelEngineManager3 Interface