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