This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxSelection Interface > IGxSelection.Select Method (ArcObjects .NET 10.5 SDK) |
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 );