com.esri.arcgis.cartoUI
Interface ILabelWeightRankingDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILabelWeightRankingDialogProxy, LabelWeightRankingDialog

public interface ILabelWeightRankingDialog
extends java.io.Serializable

COM Interface 'ILabelWeightRankingDialog'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members that control the Label Weight Ranking Dialog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID18a61cb3_26c4_430f_8092_364c860ecff1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(IMap pMap, int hwnd)
          Shows the Label Weight Ranking Dialog.
 

Field Detail

IID18a61cb3_26c4_430f_8092_364c860ecff1

static final int IID18a61cb3_26c4_430f_8092_364c860ecff1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

doModal

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

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