Revit 2026 API
Tabbed |
Gets the contextual help.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ContextualHelp GetContextualHelp()
Public Function GetContextualHelp As ContextualHelp
public: ContextualHelp^ GetContextualHelp()
member GetContextualHelp : unit -> ContextualHelp
Return Value
ContextualHelpThe contextual help assigned to the help button of the Revit options dialog, or if there is no binding assigned.
See Also