com.esri.arcgis.cartoUI
Interface IMaplexWeightRankingDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMaplexWeightRankingDialogProxy, MaplexWeightRankingDialog

public interface IMaplexWeightRankingDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the Maplex 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 IIDf1d4f6ee_2ad0_42fe_ba7c_d4d4906962af
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(IMap pMap, int hwnd)
          Shows the Maplex Weight Ranking Dialog.
 

Field Detail

IIDf1d4f6ee_2ad0_42fe_ba7c_d4d4906962af

static final int IIDf1d4f6ee_2ad0_42fe_ba7c_d4d4906962af
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 Maplex 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.