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