ArcObjects Library Reference (Carto)  

ISelectionEnvironmentThreshold.ShowSelectionWarning Property

Indicates if warnings are displayed when the record count exceeds the selection warning threshold.

[Visual Basic .NET]
Public Property ShowSelectionWarning As Boolean
[C#]
public bool ShowSelectionWarning {get; set;}
[C++]
HRESULT get_ShowSelectionWarning(
  VARIANT_BOOL* showWarning
);
[C++]
HRESULT put_ShowSelectionWarning(
  VARIANT_BOOL showWarning
);
[C++]

Parameters

showWarning [out, retval]   showWarning is a parameter of type VARIANT_BOOL showWarning [in]   showWarning is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISelectionEnvironmentThreshold Interface