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