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


ITrackingEnvironment.LabelEngineManager Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingEnvironment.LabelEngineManager Property

Returns the Tracking Label Engine Manager.

[Visual Basic .NET]
Public ReadOnly Property LabelEngineManager As ILabelEngineManager2
[C#]
public ILabelEngineManager2 LabelEngineManager {get;}
[C++]
HRESULT get_LabelEngineManager(
  ILabelEngineManager2** ppiLabelEngineManager
);
[C++]

Parameters ppiLabelEngineManager [out, retval]
ppiLabelEngineManager is a parameter of type ILabelEngineManager2

Product Availability

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

See Also

ITrackingEnvironment Interface