ArcObjects Library Reference (Geoprocessing)  

IGPToolbox.AlterHelpInfo Method

Sets the help (CHM) file and help context identifier containing help for this toolbox.

[Visual Basic .NET]
Public Sub AlterHelpInfo ( _
    ByVal File As String, _
    ByVal context As Integer _
)
[C#]
public void AlterHelpInfo (
    string File,
    int context
);
[C++]
HRESULT AlterHelpInfo(
  BSTR File,
  long context
);
[C++]

Parameters

File [in]   File is a parameter of type BSTR context [in]   context is a parameter of type long

Product Availability

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

See Also

IGPToolbox Interface