com.esri.arcgis.datasourcesfile
Interface IDEArcInfoTable

All Superinterfaces:
Serializable
All Known Implementing Classes:
DEArcInfoTable, DECoverageFeatureClass

public interface IDEArcInfoTable
extends Serializable

Provides access to the ArcInfo Table Data Element.

Product Availability

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


Method Summary
 IArray getItemSet()
          The list of items.
 void setItemSetByRef(IArray ppItems)
          The list of items.
 

Method Detail

getItemSet

IArray getItemSet()
                  throws IOException,
                         AutomationException
The list of items.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItemSetByRef

void setItemSetByRef(IArray ppItems)
                     throws IOException,
                            AutomationException
The list of items.

Product Availability

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

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