Revit 2026 API
Contextual |
Constructs a contextual help object.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ContextualHelp( ContextualHelpType helpType, string helpPath )
Public Sub New ( helpType As ContextualHelpType, helpPath As String )
public: ContextualHelp( ContextualHelpType helpType, String^ helpPath )
new : helpType : ContextualHelpType * helpPath : string -> ContextualHelp
Parameters
- helpType ContextualHelpType
- The contextual help type.
- helpPath String
- The contextual help path.

Exception | Condition |
---|---|
ArgumentException | Thrown when the helpPath is null or empty. |
See Also