|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISelectionEnvironmentThreshold
Provides access to members that control the selection environment warning threshold.
Method Summary | |
---|---|
int |
getWarningThreshold()
Threshold (number of records), above which selection warnings may be shown. |
boolean |
isShowSelectionWarning()
Indicates if warnings are displayed when the record count exceeds the selection warning threshold. |
void |
setShowSelectionWarning(boolean showWarning)
Indicates if warnings are displayed when the record count exceeds the selection warning threshold. |
void |
setWarningThreshold(int threshold)
Threshold (number of records), above which selection warnings may be shown. |
Method Detail |
---|
boolean isShowSelectionWarning() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowSelectionWarning(boolean showWarning) throws IOException, AutomationException
showWarning
- The showWarning (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWarningThreshold() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWarningThreshold(int threshold) throws IOException, AutomationException
threshold
- The threshold (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 |