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


IGPToolbox.AlterHelpInfo Method (ArcObjects .NET 10.5 SDK)
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