|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStandaloneTableInfos
Provides access to the Table Descriptions Interface.
Method Summary | |
---|---|
void |
add(IStandaloneTableInfo standaloneTableInfo)
Adds a Table info. |
int |
getCount()
The Table info count. |
IStandaloneTableInfo |
getElement(int index)
The Table info at the specified position. |
void |
insert(int index,
IStandaloneTableInfo standaloneTableInfo)
Adds a Table info at the specified position. |
void |
remove(int index)
Removes the Table info at the specified position. |
void |
removeAll()
Removes all Table infos. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStandaloneTableInfo getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IStandaloneTableInfo standaloneTableInfo) throws IOException, AutomationException
standaloneTableInfo
- A reference to a com.esri.arcgis.carto.IStandaloneTableInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IStandaloneTableInfo standaloneTableInfo) throws IOException, AutomationException
index
- The index (in)standaloneTableInfo
- A reference to a com.esri.arcgis.carto.IStandaloneTableInfo (in)
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 |