com.esri.arcgis.trackinganalyst
Interface ILabelEngineManager2

All Superinterfaces:
Serializable
All Known Implementing Classes:
LabelEngineManager

public interface ILabelEngineManager2
extends Serializable

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

Product Availability

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


Method Summary
 void attach(Object piDocument)
          Attaches a label to a feature in the label engine manager.
 short getEngineCount()
          Number of labels in the label engine manager.
 ITrackingLabelEngine getLabelEngine(IMap piMap)
          Indicates the label engine being used by the label engine manager.
 

Method Detail

attach

void attach(Object piDocument)
            throws IOException,
                   AutomationException
Attaches a label to a feature in the label engine manager.

Product Availability

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

Parameters:
piDocument - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEngineCount

short getEngineCount()
                     throws IOException,
                            AutomationException
Number of labels in the label engine manager.

Description

This property provides the number of label engines in the label engine manager.

Product Availability

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

Returns:
The nEngineCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabelEngine

ITrackingLabelEngine getLabelEngine(IMap 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.IMap (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.