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


IGPDataType.HelpFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPDataType Interface > IGPDataType.HelpFile Property
ArcGIS Developer Help

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(
  System.String* 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