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


IErrorInfo.GetHelpFile Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IErrorInfo.GetHelpFile Method

[Visual Basic .NET]
Public Sub GetHelpFile ( _
    ByRef pBstrHelpFile As String _
)
[C#]
public void GetHelpFile (
    ref string pBstrHelpFile
);
[C++]
HRESULT GetHelpFile(
  BSTR* 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