Revit 2026 API
Contextual |
The context id, help URL, or help file path.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string HelpPath { get; set; }
Public Property HelpPath As String Get Set
public: property String^ HelpPath { String^ get (); void set (String^ value); }
member HelpPath : string with get, set
Property Value
String| Exception | Condition |
|---|---|
| ArgumentException | Thrown when setting the help path to null or empty. |
See Also