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


IGPToolbox.AlterHelpInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolbox Interface > IGPToolbox.AlterHelpInfo Method
ArcGIS Developer Help

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