ArcObjects Library Reference (Catalog) |
|
Provides access to members that manages the selection within the catalog.
Product Availability
Available with ArcGIS Desktop.
Members
|
Name |
Description |
![Method](bitmaps/Method.gif) |
Clear |
Unselects all objects. |
![Read-only property](bitmaps/ReadOnly.gif) |
Count |
The number of selected objects. |
![Read/write property](bitmaps/ReadWrite.gif) |
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. |
![Read-only property](bitmaps/ReadOnly.gif) |
FirstObject |
The first object in the selection. |
![Method](bitmaps/Method.gif) |
IsSelected |
Checks if an object is selected. |
![Read-only property](bitmaps/ReadOnly.gif) |
Location |
The location of the selection. |
![Method](bitmaps/Method.gif) |
Select |
Selects an object, optionally appending it to the existing selection. |
![Read-only property](bitmaps/ReadOnly.gif) |
SelectedObjects |
The objects in the selection. |
![Method](bitmaps/Method.gif) |
SetLocation |
Clears the selection and sets a new location. |
![Method](bitmaps/Method.gif) |
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