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


ITableCollection Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableCollection Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ITableCollection Interface

Provides access to members that control a table collection.

Product Availability

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

Members

Name Description
Method AddTable Adds a table to the collection.
Method RemoveAllTables Removes all tables from the collection.
Method RemoveTable Removes a table from the collection.
Read-only property Table The table at the given index.
Read-only property TableCount Number of tables.

CoClasses that implement ITableCollection

CoClasses and Classes Description
Globe (esriGlobeCore) A container for the display and manipulation of data in the Globe.
Map A container for the display and manipulation of map data.
Scene (esri3DAnalyst) A container for the display and manipulation of data.

Remarks

The ITableCollection interface is used to manage tables associated with a Map. Use this interface to add new tables to a map, remove old tables, or access a table already loaded.

.NET Related Topics

LocationUI | Performing basic map functions