|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArcInfoItemsEdit
Provides access to members that create the ArcInfo Items Collection.
Method Summary | |
---|---|
void |
addItem(IArcInfoItem item)
Adds an Item to the Items Collection. |
void |
deleteAllItems()
Deletes all the Items from the Items Collection. |
void |
deleteItem(IArcInfoItem item)
Deletes an Item from the Items Collection. |
void |
setItem(int index,
IArcInfoItem rhs2)
Item at the specified position. |
void |
setItemCount(int rhs1)
Number of Items in this Item Collection. |
Methods inherited from interface com.esri.arcgis.datasourcesfile.IArcInfoItems |
---|
findItem, getItem, getItemCount |
Method Detail |
---|
void setItemCount(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setItem(int index, IArcInfoItem rhs2) throws IOException, AutomationException
index
- The index (in)rhs2
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addItem(IArcInfoItem item) throws IOException, AutomationException
item
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteItem(IArcInfoItem item) throws IOException, AutomationException
item
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteAllItems() throws IOException, AutomationException
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 |