This document is archived and information here might be outdated.  Recommended version.


StandaloneTable Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Classes > S > StandaloneTable Class
ArcGIS Developer Help

StandaloneTableClass Class

A standalone table.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IAttributeTable Provides access to the base table.
IConnectionPointContainer (esriDisplay)
IDataLayer Provides access to members that control the data source properties of a layer.
IDataLayer2 Provides access to additional members that control the data source properties of a layer.
IDataset (esriGeoDatabase) Provides access to members that supply dataset information.
IDefinitionExpressionEvents Provides access to events that occur when the Definition Expression changes.
IDisplayRelationshipClass Provides access to members that are used to set up joins.
IDisplayString Provides access to members that work with a layer's display expression.
IDisplayTable Provides access to members that work with the display table associated with a standalone table.
IObjectClassSchemaEvents (esriGeoDatabase) Provides access to events that occur with an object class' schema.
IOrderedLayerFields Provides access to members that work with a layer's ordered fields.
IPersist (esriSystem)
IPersistStream (esriSystem)
IRelationshipClassCollection Provides access to members that return the memory relationship classes defined for standalone tables or layers in ArcMap.
IRelationshipClassCollectionEdit Provides access to members that add and remove memory relationship classes from a standalone table or layer.
ISelectionEvents Provides access to events that occur when the selection changes.
IStandaloneTable Provides access to members that control a standalone table.
ITable (esriGeoDatabase) Provides access to members that return information about and manage tables.
ITableDefinition Provides access to members that define a subset of the rows from the underlying table.
ITableFields (esriGeoDatabase) Provides access to members that return information about a table.
ITableSelection Provides access to members that control table selection.
ITimeData Provides access to time related properties of a layer.
ITimeData2 Provides access to time related properties of a layer.
ITimeDataDisplay Provides access to time animation related properties of a layer.
ITimeDimensionDefinition Provides access to properties that define time based on multi-dimensional data.
ITimeDisplayTable Interface that allows retrieve time related table properties.
ITimeDisplayTable2 Interface that allows retrieve time related table properties.
ITimeTableDefinition Provides access to time related properties of a layer.

Remarks

A StandaloneTable stores data that can be added to ArcMap and used in conjuction with the layers on your map. This data doesn't display on your map, but is listed in the table of contents on the Source tab. You can work with the data in a StandaloneTable  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.