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