com.esri.arcgis.cartoUI
Interface ILabelScaleRangeDialog2

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnnoClassScaleRangeDialog, LabelScaleRangeDialog

public interface ILabelScaleRangeDialog2
extends Serializable

Provides access to members that control the Label Scale Range Dialog.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

getMinimumScale

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

Product Availability

Available with ArcGIS Desktop.

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

getMaximumScale

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

Product Availability

Available with ArcGIS Desktop.

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

doModal

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

Product Availability

Available with ArcGIS Desktop.

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

setMapByRef

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

Product Availability

Available with ArcGIS Desktop.

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