com.esri.arcgis.cartoUI
Interface ILabelPriorityRankingDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
LabelPriorityRankingDialog

public interface ILabelPriorityRankingDialog
extends Serializable

Provides access to members that control the Label Priority Ranking Dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(IMap pMap, int hwnd)
          Shows the Label Priority Ranking Dialog.
 

Method Detail

doModal

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

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.