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