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


IGPTool.ToolType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTool Interface > IGPTool.ToolType Property
ArcGIS Developer Help

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