com.esri.arcgis.datasourcesfile
Interface IArcInfoItemsEdit

All Superinterfaces:
IArcInfoItems, Serializable
All Known Implementing Classes:
ArcInfoItems

public interface IArcInfoItemsEdit
extends IArcInfoItems, Serializable

Provides access to members that create the ArcInfo Items Collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

setItemCount

void setItemCount(int rhs1)
                  throws IOException,
                         AutomationException
Number of Items in this Item Collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItem

void setItem(int index,
             IArcInfoItem rhs2)
             throws IOException,
                    AutomationException
Item at the specified position.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
index - The index (in)
rhs2 - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addItem

void addItem(IArcInfoItem item)
             throws IOException,
                    AutomationException
Adds an Item to the Items Collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
item - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteItem

void deleteItem(IArcInfoItem item)
                throws IOException,
                       AutomationException
Deletes an Item from the Items Collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
item - A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteAllItems

void deleteAllItems()
                    throws IOException,
                           AutomationException
Deletes all the Items from the Items Collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.