com.esri.arcgis.datasourcesfile
Interface IArcInfoWorkspaceUtil
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IArcInfoWorkspaceUtilProxy
public interface IArcInfoWorkspaceUtil
- extends Serializable
Provides access to members that retreives ArcInfo Info Table information.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
getInfoTableName
String getInfoTableName(String prefix)
throws IOException,
AutomationException
- Maps a prefix to a table name.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
prefix - The prefix (in)
- Returns:
- The pTableName
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.