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