ArcObjects Library Reference (TrackingAnalyst)  

ILabelEngineManager2.EngineCount Property

Number of labels in the label engine manager.

[Visual Basic .NET]
Public ReadOnly Property EngineCount As Short
[C#]
public short EngineCount {get;}
[C++]
HRESULT get_EngineCount(
  short* nEngineCount
);
[C++]

Parameters

nEngineCount [out, retval]   nEngineCount is a parameter of type short

Product Availability

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

See Also

ILabelEngineManager2 Interface