Revit 2025.3 API
Contextual |
Constructs a contextual help object.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.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