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


ISelection.CanSelectAll Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ISelection.CanSelectAll Method

Indicates if there's something to select.

[Visual Basic .NET]
Public Function CanSelectAll ( _
) As Boolean
[C#]
public bool CanSelectAll (
);
[C++]
HRESULT CanSelectAll(
void
);

Product Availability

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

See Also

ISelection Interface