<Code Lib>
2020 Enumeration
Changes 0
E

ContextualHelpType

Description:
Represents the contextual help type.

public enum ContextualHelpType

Name Description
E None None.
E ContextId Represents an Autodesk help context id, which will automatically be mapped to a URL in the Revit help system.
E Url Represents an arbitrary URL. When users invoke help for this item, Revit will load this URL into the user's default browser.
E ChmFile Represents the path to a file on disk. When users invoke help for this item, Revit will launch this file.

Loading…