com.esri.arcgis.cartoUI
Interface IMaplexWeightRankingDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
MaplexWeightRankingDialog

public interface IMaplexWeightRankingDialog
extends Serializable

Provides access to members that control the Maplex Weight Ranking Dialog.

Product Availability

Available with ArcGIS Desktop.


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

Method Detail

doModal

boolean doModal(IMap pMap,
                int hwnd)
                throws IOException,
                       AutomationException
Shows the Maplex Weight 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.