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


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

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(
  System.Int16* 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