|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISelectionEnvironmentThreshold
COM Interface 'ISelectionEnvironmentThreshold'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the selection environment warning threshold.' 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 |
IIDb7b1e910_f760_11d3_adf3_00c04fa33a15
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IIDb7b1e910_f760_11d3_adf3_00c04fa33a15
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isShowSelectionWarning() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowSelectionWarning(boolean showWarning) throws java.io.IOException, AutomationException
showWarning
- The showWarning (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWarningThreshold() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWarningThreshold(int threshold) throws java.io.IOException, AutomationException
threshold
- The threshold (in)
java.io.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 |