com.esri.arcgis.carto
Interface ISelectionEnvironmentThreshold

All Superinterfaces:
Serializable
All Known Implementing Classes:
SelectionEnvironment

public interface ISelectionEnvironmentThreshold
extends Serializable

Provides access to members that control the selection environment warning threshold.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

isShowSelectionWarning

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setShowSelectionWarning

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getWarningThreshold

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setWarningThreshold

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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