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