ArcObjects Library Reference (Geoprocessing)  

IGPTool.ToolType Property

The type of tool.

[Visual Basic .NET]
Public ReadOnly Property ToolType As esriGPToolType
[C#]
public esriGPToolType ToolType {get;}
[C++]
HRESULT get_ToolType(
  esriGPToolType* Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriGPToolType

Product Availability

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

See Also

IGPTool Interface

.NET Samples

Geoprocessing events listener (Code Files: GPEventHelper)