| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableCollection
Provides access to members that control a table collection.
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.
| Method Summary | |
|---|---|
 void | 
addTable(ITable table)
Adds a table to the collection.  | 
 ITable | 
getTable(int index)
The table at the given index.  | 
 int | 
getTableCount()
Number of tables.  | 
 void | 
removeAllTables()
Removes all tables from the collection.  | 
 void | 
removeTable(ITable table)
Removes a table from the collection.  | 
| Method Detail | 
|---|
int getTableCount()
                  throws IOException,
                         AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITable getTable(int index)
                throws IOException,
                       AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addTable(ITable table)
              throws IOException,
                     AutomationException
table - A reference to a com.esri.arcgis.geodatabase.ITable  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeTable(ITable table)
                 throws IOException,
                        AutomationException
table - A reference to a com.esri.arcgis.geodatabase.ITable  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAllTables()
                     throws IOException,
                            AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||