|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILabelScaleRangeDialog2
Provides access to members that control the Label Scale Range Dialog.
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 |
---|
double getMinimumScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModal(double initialMinimumScale, double initialMaximumScale, int hwnd) throws IOException, AutomationException
initialMinimumScale
- The initialMinimumScale (in)initialMaximumScale
- The initialMaximumScale (in)hwnd
- The hwnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapByRef(IMap rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |