com.esri.arcgis.geoprocessing
Interface esriGPToolType

All Superinterfaces:
Serializable

public interface esriGPToolType
extends Serializable

Type of geoprocessing tool.

Product Availability

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

Supported Platforms

Windows


Field Summary
static int esriGPCustomTool
          Custom tool.
static int esriGPFunctionTool
          Function-based tool.
static int esriGPModelTool
          Model-based tool.
static int esriGPScriptTool
          Script-based tool.
static int esriGPServerTool
          Server-based tool.
 

Field Detail

esriGPFunctionTool

static final int esriGPFunctionTool
Function-based tool.

See Also:
Constant Field Values

esriGPModelTool

static final int esriGPModelTool
Model-based tool.

See Also:
Constant Field Values

esriGPScriptTool

static final int esriGPScriptTool
Script-based tool.

See Also:
Constant Field Values

esriGPCustomTool

static final int esriGPCustomTool
Custom tool.

See Also:
Constant Field Values

esriGPServerTool

static final int esriGPServerTool
Server-based tool.

See Also:
Constant Field Values