com.esri.arcgis.geoprocessing
Interface IGPTest

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPTest

public interface IGPTest
extends Serializable

Provides access to the properties/methods of the GPTest object.

Product Availability

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


Method Summary
 IArray getDataTypeNameObjects()
          GetDataTypeNames.
 IArray getFunctionNameObjects()
          GetFunctionNameObjects.
 

Method Detail

getDataTypeNameObjects

IArray getDataTypeNameObjects()
                              throws IOException,
                                     AutomationException
GetDataTypeNames.

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.

getFunctionNameObjects

IArray getFunctionNameObjects()
                              throws IOException,
                                     AutomationException
GetFunctionNameObjects.

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.