This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a standalone table.
Name | 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. |
Classes | Description |
---|---|
StandaloneTable | A standalone table. |
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.