Provides access to members that control a table collection.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddTable | Adds a table to the collection. | |
RemoveAllTables | Removes all tables from the collection. | |
RemoveTable | Removes a table from the collection. | |
Table | The table at the given index. | |
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.