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


ISelectionEnvironmentThreshold.WarningThreshold Property (ArcObjects .NET 10.5 SDK)
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