com.esri.arcgis.cartoUI
Interface ILabelWeightRankingDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- LabelWeightRankingDialog
public interface ILabelWeightRankingDialog
- extends Serializable
Provides access to members that control the Label Weight Ranking Dialog.
Product Availability
Available with ArcGIS Desktop.
Method Summary |
boolean |
doModal(IMap pMap,
int hwnd)
Shows the Label Weight Ranking Dialog. |
doModal
boolean doModal(IMap pMap,
int hwnd)
throws IOException,
AutomationException
- Shows the Label 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.