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


IGPToolInfo.Help Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolInfo.Help Property

The url to the tool help.

[Visual Basic .NET]
Public Property Help As String
[C#]
public string Help {get; set;}
[C++]
HRESULT get_Help(
  BSTR* helpUrl
);
[C++]
HRESULT put_Help(
  BSTR helpUrl
);
[C++]

Parameters helpUrl [out, retval] helpUrl is a parameter of type BSTR helpUrl [in] helpUrl is a parameter of type BSTR

Product Availability

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

See Also

IGPToolInfo Interface