ArcObjects Library Reference (GeoDatabase)  

IGPDataType.HelpFile Property

The name of the (CHM) file containing help information.

[Visual Basic .NET]
Public ReadOnly Property HelpFile As String
[C#]
public string HelpFile {get;}
[C++]
HRESULT get_HelpFile(
  BSTR* file
);
[C++]

Parameters

file [out, retval]   file is a parameter of type BSTR

Product Availability

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

Remarks

The HelpFile property returns the string of the help file, which contains the help for the DataType.

See Also

IGPDataType Interface