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


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

IGPToolName.ToolCategory Property

The category of the tool name object.

[Visual Basic .NET]
Public Property ToolCategory As String
[C#]
public string ToolCategory {get; set;}
[C++]
HRESULT get_ToolCategory(
  System.String* Path
);
[C++]
HRESULT put_ToolCategory(
  BSTR Path
);
[C++]
Parameters
Path [out, retval]

Path is a parameter of type BSTR* Path [in]
Path is a parameter of type BSTR

Product Availability

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

See Also

IGPToolName Interface