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


IGxSelection.Clear Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxSelection Interface > IGxSelection.Clear Method
ArcGIS Developer Help

IGxSelection.Clear Method

Unselects all objects.

[Visual Basic .NET]
Public Sub Clear ( _
    ByVal initiator As Object _
)
[C#]
public void Clear (
    object initiator
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxSelection Interface