com.esri.arcgis.geoprocessing
Interface IGPFileSupport

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGPFileSupportProxy

public interface IGPFileSupport
extends Serializable

Provides access to the properties/methods of a geoprocessing file support object.

Product Availability

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


Method Summary
 int getFileTypeCount()
          The number of file descriptions.
 String getFileTypeDescription(int index)
          The description of the file type.
 String getFileTypeExtension(int index)
          The extension of the file type.
 String getFileTypeImagePath(int index)
          The path to the image file of the file type.
 

Method Detail

getFileTypeCount

int getFileTypeCount()
                     throws IOException,
                            AutomationException
The number of file descriptions.

Product Availability

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

Supported Platforms

Windows

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

getFileTypeExtension

String getFileTypeExtension(int index)
                            throws IOException,
                                   AutomationException
The extension of the file type.

Product Availability

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

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

getFileTypeDescription

String getFileTypeDescription(int index)
                              throws IOException,
                                     AutomationException
The description of the file type.

Product Availability

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

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

getFileTypeImagePath

String getFileTypeImagePath(int index)
                            throws IOException,
                                   AutomationException
The path to the image file of the file type.

Product Availability

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

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