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


IGPToolName.ToolType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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