com.esri.arcgis.carto
Interface ISelectionEnvironmentThreshold

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISelectionEnvironmentThresholdProxy, SelectionEnvironment

public interface ISelectionEnvironmentThreshold
extends java.io.Serializable

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

IIDb7b1e910_f760_11d3_adf3_00c04fa33a15

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

isShowSelectionWarning

boolean isShowSelectionWarning()
                               throws java.io.IOException,
                                      AutomationException
Indicates if warnings are displayed when the record count exceeds the selection warning threshold.

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

setShowSelectionWarning

void setShowSelectionWarning(boolean showWarning)
                             throws java.io.IOException,
                                    AutomationException
Indicates if warnings are displayed when the record count exceeds the selection warning threshold.

Parameters:
showWarning - The showWarning (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWarningThreshold

int getWarningThreshold()
                        throws java.io.IOException,
                               AutomationException
Threshold (number of records), above which selection warnings may be shown.

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

setWarningThreshold

void setWarningThreshold(int threshold)
                         throws java.io.IOException,
                                AutomationException
Threshold (number of records), above which selection warnings may be shown.

Parameters:
threshold - The threshold (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.