This document is archived and information here might be outdated.  Recommended version.


esriGPToolType Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

esriGPToolType Constants

Type of geoprocessing tool.

Constant Value Description
esriGPFunctionTool 1 Function-based tool.
esriGPModelTool 2 Model-based tool.
esriGPScriptTool 3 Script-based tool.
esriGPCustomTool 4 Custom tool.
esriGPServerTool 5 Server-based tool.
esriGPPythonScriptTool 6 Python Script-based tool.
esriGPTaskTool 7 Task based tool.

Product Availability

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

.NET Samples

Geoprocessing events listener (Code Files: GPEventHelper)