Provides access to members that return information about a table.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Field | The field at the given index. | |
FieldCount | The field count. | |
FieldInfo | The extended field information for the field at the given index. | |
FindField | The index of the field with the given name. |
CoClasses that implement ITableFields
CoClasses and Classes | Description |
---|---|
CadAnnotationLayer (esriCarto) | An ESRI Cad annotation layer. |
CadastralFabricSubLayer (esriCarto) | Cadastral Fabric Feature Layer Object. |
CadFeatureLayer (esriCarto) | ESRI CAD Feature Layer class. |
CoverageAnnotationLayer (esriCarto) | An ESRI coverage annotation layer. |
DimensionLayer (esriCarto) | A collection of properties for a dimension layer. |
FDOGraphicsLayer (esriCarto) | A collection of properties for an annotation layer (feature data object graphics layer). |
FeatureLayer (esriCarto) | A collection of features and their visual representation. |
GdbRasterCatalogLayer (esriCarto) | Geodabase RasterCatalog source and display options. |
ImageServerLayer (esriCarto) | Image server layer source and display options. |
IMSSubFeatureLayer (esriCarto) | 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 (esriCarto) | Raster layer source and display options. |
StandaloneTable (esriCarto) | A standalone table. |
TemporalFeatureLayer (esriTrackingAnalyst) | Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object. |
TinLayer (esriCarto) | The TIN Layer class. |
Remarks
You can use the ITableFields interface to return the field count and to get particular fields.
The FieldInfo property provides extended information on the field; it returns an IFieldInfo reference.