Provides access to members that work with the display table associated with a standalone table.
| Description | ||
|---|---|---|
![]() |
DisplaySelectionSet | The selected set of rows from the display table. |
![]() |
DisplayTable | The display table. |
![]() |
SearchDisplayTable | Creates a cursor from the display table based upon the search criteria. |
![]() |
SelectDisplayTable | Creates a selection set from the display table based upon the search criteria. |
| 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. |
| IMSSubFeatureLayer | IMS Sub-FeatureLayer class |
| 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. |
This interface provides access to the table used for display purposes for layers and standalone tables. This table can be different from the table of the layer's data source in that it may contain joined fields. For example the table that you access through IFeatureLayer::FeatureClass will not have joined fields, but the table you access through IDisplayTable::DisplayTable will.
DisplayTable is a RelQueryTable. In addition to providing access to this object, IDisplayTable has methods and a property to perform searches and selections on the display table. If you want your code to be generic enough to work on different types of layers and standalone tables, you should perform selections and searches using the methods on IDisplayTable rather than similar methods on other interfaces.