ISandcastle ProjectHtml Help 1x Compiler Path Property
This property is used to get or set the path to the HTML Help 1 compiler (HHC.EXE)
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
You only need to set this if the builder cannot determine the path for itself
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
FolderPath HtmlHelp1xCompilerPath { get; set; }VB
Property HtmlHelp1xCompilerPath As FolderPath
Get
SetC++
property FolderPath^ HtmlHelp1xCompilerPath {
FolderPath^ get ();
void set (FolderPath^ value);
}F#
abstract HtmlHelp1xCompilerPath : FolderPath with get, setProperty Value
FolderPathYou only need to set this if the builder cannot determine the path for itself