com.esri.arcgis.cartoUI
Interface ILabelManagerDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
LabelManagerDialog

public interface ILabelManagerDialog
extends Serializable

Provides access to members that control the Label Manager Dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(IMap pMap, int hwnd)
          Shows the Label Manager.
 

Method Detail

doModal

boolean doModal(IMap pMap,
                int hwnd)
                throws IOException,
                       AutomationException
Shows the Label Manager.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pMap - A reference to a com.esri.arcgis.carto.IMap (in)
hwnd - The hwnd (A COM typedef) (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.