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


ISelectionEnvironmentThreshold.ShowSelectionWarning 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.ShowSelectionWarning Property
ArcGIS Developer Help

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(
  Boolean* showWarning
);
[C++]
HRESULT put_ShowSelectionWarning(
  VARIANT_BOOL showWarning
);
[C++]
Parameters
showWarning [out, retval]

showWarning is a parameter of type bool* showWarning [in]
showWarning is a parameter of type bool

Product Availability

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

See Also

ISelectionEnvironmentThreshold Interface