Contains the details for how Revit should allow invocation of contextual help for an item added by an application.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.UI.ContextualHelp
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class ContextualHelp
The ContextualHelp type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ContextualHelp | Constructs a contextual help object. |
Properties
| Name | Description | |
|---|---|---|
| HelpPath | The context id, help URL, or help file path. | |
| HelpTopicUrl | The help topic URL. | |
| HelpType | The contextual help type. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Launch | Launches and displays the help topic specified by the contents of this ContextualHelp object. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
