This document is archived and information here might be outdated.  Recommended version.


ISelectionEnvironmentThreshold.WarningThreshold Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelectionEnvironmentThreshold Interface > ISelectionEnvironmentThreshold.WarningThreshold Property
ArcGIS Developer Help

ISelectionEnvironmentThreshold.WarningThreshold Property

Threshold (number of records), above which selection warnings may be shown.

[Visual Basic .NET]
Public Property WarningThreshold As Integer
[C#]
public int WarningThreshold {get; set;}
[C++]
HRESULT get_WarningThreshold(
  System.Int32* threshold
);
[C++]
HRESULT put_WarningThreshold(
  long threshold
);
[C++]
Parameters
threshold [out, retval]

threshold is a parameter of type long* threshold [in]
threshold is a parameter of type long

Product Availability

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

See Also

ISelectionEnvironmentThreshold Interface