GxObject that represents the catalog's selection.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
Interfaces
Interfaces | Description |
---|---|
IConnectionPointContainer | Supports connection points for connectable objects. |
IGxSelection | Provides access to members that manages the selection within the catalog. |
Event Interfaces
Interfaces | Description |
---|---|
IGxSelectionEvents (default) | Provides access to events that the ArcCatalog selection can fire. |
Working with Events
[Visual Basic 6.0]
When working with GxSelection's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pGxSelection as GxSelection