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


ISelection.CanClear Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISelection.CanClear Method

Indicates if the selection can be cleared.

[Visual Basic .NET]
Public Function CanClear ( _
) As Boolean
[C#]
public bool CanClear (
);
[C++]
HRESULT CanClear(
  VARIANT_BOOL* result
);
[C++]

Parameters result [out, retval] result is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISelection Interface