HighlightModule

Obsolete. Code using this function will compile, but will do nothing.

Description Highlighted a module in a module tree.
Returns Boolean
Usage Script Only.
Function Groups Module Tree Diagram
Related to: HighlightState | HighlightTree | ModuleHighlighted
Format HighlightModule(ModuleTree, Module, Mode)
Parameters  
ModuleTree  
Required. Any expression for the module tree value.
Module  
Required. Any expression for the code value of the module.
Mode  
Required. Any numeric expression that indicates how to highlight

Mode

Highlight

0

Turn on highlighting

1

Turn off highlighting

2

Toggle highlighting

Comments none