markUpHighlight
Turns on/off the markup highlight tool. This enables the user to highlight sections of the drawing with a transparent color using the mouse.
Syntax
RxCore.markUpHighlight(selected)
Parameters
selected
: boolean — Set totrue
to enable the markup highlight tool, orfalse
to disable it.
Returns
- NA — This method does not return a value.