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