|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataObjectTables
Data Tables.
| Method Summary | |
|---|---|
void |
add(IDataObjectTable dataObjectTable)
Adds a DataObjectTable. |
int |
getCount()
Data table count. |
IDataObjectTable |
getElement(int index)
The DataObjectTable at the specified position. |
void |
insert(int index,
IDataObjectTable dataObjectTable)
Adds a DataObjectTable at the specified position. |
void |
remove(int index)
Removes the DataObjectTable at the specified position. |
void |
removeAll()
Removes all DataObjectTable elements. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDataObjectTable 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(IDataObjectTable dataObjectTable)
throws IOException,
AutomationException
dataObjectTable - A reference to a com.esri.arcgis.carto.IDataObjectTable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
IDataObjectTable dataObjectTable)
throws IOException,
AutomationException
index - The index (in)dataObjectTable - A reference to a com.esri.arcgis.carto.IDataObjectTable (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 | ||||||||