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


IGPToolName.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 > IGPToolName Interface > IGPToolName.ToolType Property
ArcGIS Developer Help

IGPToolName.ToolType Property

The tool type of the tool name.

[Visual Basic .NET]
Public Property ToolType As esriGPToolType
[C#]
public esriGPToolType ToolType {get; set;}
[C++]
HRESULT get_ToolType(
  esriGPToolType* Type
);
[C++]
HRESULT put_ToolType(
  esriGPToolType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriGPToolType* Type [in]
Type is a parameter of type esriGPToolType

Product Availability

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

See Also

IGPToolName Interface