Provides access to members that control a standalone table.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
DisplayField | Primary display field. | |
Name | Name of the standalone table. | |
Table | The table associated with the standalone table. | |
Valid | Indicates if the standalone table is currently valid. |
CoClasses that implement IStandaloneTable
CoClasses and Classes | Description |
---|---|
StandaloneTable | A standalone table. |
Remarks
Use this interface to work with tabular data that can be added to ArcMap and used in conjuction with the layers on your map. The data in a StandaloneTable doesn't display on your map, but is listed in the table of contents on the Source tab. You can work with this data as you would work with the tablular information of geographic features. For example, you can view the table, add new fields, create graphs, and join it to other tables.
To access a StandaloneTable from your map use IStandaloneTableCollection. To access a StandaloneTable from a TableWindow, use ITableWindow2::StandaloneTable.