This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableFields Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that return information about a table.
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 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. |
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. |
TerrainLayer (esriCarto) | The Terrain Layer class. |
TinLayer (esriCarto) | The TIN Layer class. |
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.