ArcObjects Library Reference (Carto)  

IStandaloneTable Interface

Provides access to members that control a standalone table.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property DisplayField Primary display field.
Read/write property Name Name of the standalone table.
Read/write property Table The table associated with the standalone table.
Read-only property 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.

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmLoadLocations frmMain)

.NET Related Topics

GeoData services