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


ISelection.SelectAll Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelection Interface > ISelection.SelectAll Method
ArcGIS Developer Help

ISelection.SelectAll Method

Selects all items.

[Visual Basic .NET]
Public Sub SelectAll ( _
)
[C#]
public void SelectAll (
);
[C++]
HRESULT SelectAll(
void
);

Product Availability

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

See Also

ISelection Interface