com.esri.arcgis.geoprocessing
Interface IGPCustomToolGen
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IGPCustomToolGenProxy
public interface IGPCustomToolGen
- extends Serializable
Provides access to methods on a custom geoprocessing tool object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getToolExtensionGen
IGPToolExtensionGen getToolExtensionGen()
throws IOException,
AutomationException
- The tool extension associated with the tool.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- A reference to a com.esri.arcgis.geoprocessing.IGPToolExtensionGen
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.