com.esri.arcgis.trackinganalyst
Interface ILabelEngineManager3

All Superinterfaces:
Serializable
All Known Implementing Classes:
LabelEngineManager

public interface ILabelEngineManager3
extends Serializable

Provides access to methods and properties needed to define functionality of the label engine manager.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 ITrackingLabelEngine getLabelEngine3(IBasicMap piMap)
          Indicates the label engine being used by the label engine manager.
 

Method Detail

getLabelEngine3

ITrackingLabelEngine getLabelEngine3(IBasicMap piMap)
                                     throws IOException,
                                            AutomationException
Indicates the label engine being used by the label engine manager.

Product Availability

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

Parameters:
piMap - A reference to a com.esri.arcgis.carto.IBasicMap (in)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.ITrackingLabelEngine
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.