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