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