RVTDocs.com
Namespace: Autodesk.Revit.UI Class: ContextualHelp

ContextualHelp

Constructor
Description:
Constructs a contextual help object.
Syntax
public ContextualHelp(
	ContextualHelpType helpType,
	string helpPath
)
Parameters
Parameter Type Description
helpType ContextualHelpType The contextual help type.
helpPath String The contextual help path.
Return Value
Exceptions
Exception Condition
ArgumentException Thrown when the helpPath is null or empty.