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


IErrorInfo.GetHelpFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IErrorInfo Interface > IErrorInfo.GetHelpFile Method
ArcGIS Developer Help

IErrorInfo.GetHelpFile Method

[Visual Basic .NET]
Public Sub GetHelpFile ( _
    ByRef pBstrHelpFile As String _
)
[C#]
public void GetHelpFile (
    ref string pBstrHelpFile
);
[C++]
HRESULT GetHelpFile(
  System.String* pBstrHelpFile
);
[C++]
Parameters
pBstrHelpFile [out]

pBstrHelpFile is a parameter of type BSTR*

Product Availability

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

See Also

IErrorInfo Interface