Provides access to members that control table selection.
This interface allows you to perform a selection on a layer or StandaloneTable, add a row to the current selection, and clear the selection. You can specify a selection set usin SelectionSet.
| Description | ||
|---|---|---|
![]() |
AddRow | Adds a row to the selection set (honoring the current combination method). |
![]() |
Clear | Clears the selection. |
![]() |
SelectionChanged | Fires the layer update event. Required when SelectionSet changes. |
![]() |
SelectionSet | The selected set of rows. |
![]() |
SelectRows | Selects rows based upon the specified criteria and combination method. |
| CoClasses and Classes | Description |
|---|---|
| CadFeatureLayer | ESRI CAD Feature Layer class. |
| CoverageAnnotationLayer | An ESRI coverage annotation layer. |
| DimensionLayer | A collection of properties for a dimension layer. |
| FDOGraphicsLayer | A collection of properties for an annotation layer (feature data object graphics layer). |
| FeatureLayer | A collection of features and their visual representation. |
| GdbRasterCatalogLayer | Geodabase RasterCatalog source and display options. |
| MADtedLayer (esriMilitaryAnalyst) | A layer used to control the display of MA DTED Catalogs. |
| MARasterLayer (esriMilitaryAnalyst) | A layer used to control the display of MA RPF Catalogs. |
| RasterLayer | Raster layer source and display options. |
| StandaloneTable | A standalone table. |
| TemporalFeatureLayer (esriTrackingAnalyst) | Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object. |