com.esri.arcgis.datasourcesfile
Interface IArcInfoTable2

All Superinterfaces:
Serializable
All Known Implementing Classes:
IArcInfoTable2Proxy

public interface IArcInfoTable2
extends Serializable

Provides access to members that modify ArcInfo Tables.

Product Availability

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


Method Summary
 void external(String externalname)
          Assigns external name to an ArcInfo table.
 

Method Detail

external

void external(String externalname)
              throws IOException,
                     AutomationException
Assigns external name to an ArcInfo table.

Product Availability

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

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