Provides access to members that work with the display table associated with a standalone table.
Product Availability
Members
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 that implement IDisplayTable
CoClasses and Classes | Description |
---|---|
CadAnnotationLayer | An ESRI Cad annotation layer. |
CadastralFabricSubLayer | Cadastral Fabric Feature Layer Object. |
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. |
ImageServerLayer | Image server layer source and display options. |
IMSSubFeatureLayer | A collection of IMS features as a sublayer of an IMSMapLayer. |
MADtedLayer (esriDefenseSolutions) | A layer used to control the display of MA DTED Catalogs. |
MARasterLayer (esriDefenseSolutions) | 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. |
Remarks
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.