Share

ContextualHelpType Enumeration

Represents the contextual help type.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum ContextualHelpType

Members

Member nameValueDescription
ChmFile3Represents the path to a file on disk. When users invoke help for this item, Revit will launch this file.
ContextId1Represents an Autodesk help context id, which will automatically be mapped to a URL in the Revit help system.
None0None.
Url2Represents an arbitrary URL. When users invoke help for this item, Revit will load this URL into the user's default browser.

See Also

Reference

Was this information helpful?