com.esri.arcgis.cartoUI
Interface ISymbolLevelDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISymbolLevelDialogProxy, SymbolLevelDialog

public interface ISymbolLevelDialog
extends java.io.Serializable

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

Description: 'Provides access to the Symbol Level 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 IID51cf4cf0_c37f_11d2_9f22_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentHWnd)
          Shows the Symbol Level Dialog.
 void setDataFrameByRef(IMap rhs1)
          The data frame whose symbol levels are edited.
 

Field Detail

IID51cf4cf0_c37f_11d2_9f22_00c04f6bc709

static final int IID51cf4cf0_c37f_11d2_9f22_00c04f6bc709
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(int parentHWnd)
                throws java.io.IOException,
                       AutomationException
Shows the Symbol Level Dialog.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataFrameByRef

void setDataFrameByRef(IMap rhs1)
                       throws java.io.IOException,
                              AutomationException
The data frame whose symbol levels are edited.

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