Provides access to members that manages the selection within the catalog.
Product Availability
Available with ArcGIS Desktop. 
Members
|  |  | Description | 
|  | Clear | Unselects all objects. | 
|  | Count | The number of selected objects. | 
|  | DelayEvents | Delays or resumes selection event firing. If the selection changed while events were being delayed, a single event is fired when events are resumed. | 
|  | FirstObject | The first object in the selection. | 
|  | IsSelected | Checks if an object is selected. | 
|  | Location | The location of the selection. | 
|  | Select | Selects an object, optionally appending it to the existing selection. | 
|  | SelectedObjects | The objects in the selection. | 
|  | SetLocation | Clears the selection and sets a new location. | 
|  | Unselect | Unselects an object. | 
 
CoClasses that implement IGxSelection
| CoClasses and Classes | Description | 
| GxSelection | GxObject that represents the catalog's selection. | 
 
.NET Samples
Extent view (Code Files: 
clsExtentView) | 
Custom Root Object (Style Gallery) (Code Files: 
clsGxStyleView) | 
Text View tab (Code Files: 
TextView) 
.NET Related Topics
Catalog