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


IGPTool.ToolType Property (ArcObjects .NET 10.4 SDK)
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)