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


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

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(
  BSTR* 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