| ArcObjects Library Reference (Catalog) |  | 
 
IGxSelection.Unselect Method
  
Unselects an object.
[Visual Basic .NET]
Public Sub Unselect ( _
    ByVal object As IGxObject, _
    ByVal initiator As Object _
)
[C#]
public void Unselect (
    IGxObject object,
    object initiator
);
Product Availability
Available with ArcGIS Desktop. 
See Also
IGxSelection Interface