ArcObjects Library Reference (Catalog)  

IGxSelection.Select Method

Selects an object, optionally appending it to the existing selection.

[Visual Basic .NET]
Public Sub Select ( _
    ByVal object As IGxObject, _
    ByVal appendToExistingSelection As Boolean, _
    ByVal initiator As Object _
)
[C#]
public void Select (
    IGxObject object,
    bool appendToExistingSelection,
    object initiator
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxSelection Interface