ArcObjects Library Reference (Carto)  

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