com.esri.arcgis.cartoUI
Interface ILabelScaleRangeDialog2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnoClassScaleRangeDialog, ILabelScaleRangeDialog2Proxy, LabelScaleRangeDialog

public interface ILabelScaleRangeDialog2
extends java.io.Serializable

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

Description: 'Provides access to members that control the Label Scale Range 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 IID8a76f73d_88e2_448c_872d_762c59ff76c5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(double initialMinimumScale, double initialMaximumScale, int hwnd)
          Shows the SQL query dialog.
 double getMaximumScale()
          The maximum scale entered in the dialog.
 double getMinimumScale()
          The minimum scale entered in the dialog.
 void setMapByRef(IMap rhs1)
          Optional map.
 

Field Detail

IID8a76f73d_88e2_448c_872d_762c59ff76c5

static final int IID8a76f73d_88e2_448c_872d_762c59ff76c5
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

getMinimumScale

double getMinimumScale()
                       throws java.io.IOException,
                              AutomationException
The minimum scale entered in the dialog.

Returns:
The val
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumScale

double getMaximumScale()
                       throws java.io.IOException,
                              AutomationException
The maximum scale entered in the dialog.

Returns:
The val
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal(double initialMinimumScale,
                double initialMaximumScale,
                int hwnd)
                throws java.io.IOException,
                       AutomationException
Shows the SQL query dialog.

Parameters:
initialMinimumScale - The initialMinimumScale (in)
initialMaximumScale - The initialMaximumScale (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.

setMapByRef

void setMapByRef(IMap rhs1)
                 throws java.io.IOException,
                        AutomationException
Optional map. Set this before calling DoModal.

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.