This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolName Interface > IGPToolName.ToolType Property (ArcObjects .NET 10.5 SDK) |
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