ArcObjects Library Reference (Carto)  

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(
  long* 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