|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStandaloneTableCollection
Provides access to members that control the standalone table collection.
Use this interface to access the standalone tables in a map.
Method Summary | |
---|---|
void |
addStandaloneTable(IStandaloneTable table)
Adds a standalone table to the collection. |
IStandaloneTable |
getStandaloneTable(int index)
The standalone table at the given index. |
int |
getStandaloneTableCount()
Number of standalone tables. |
void |
removeAllStandaloneTables()
Removes all standalone tables from the collection. |
void |
removeStandaloneTable(IStandaloneTable table)
Removes the standalone table from the collection. |
Method Detail |
---|
int getStandaloneTableCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStandaloneTable getStandaloneTable(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addStandaloneTable(IStandaloneTable table) throws IOException, AutomationException
table
- A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeStandaloneTable(IStandaloneTable table) throws IOException, AutomationException
table
- A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllStandaloneTables() 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 |