favSetHighLight
AVVIEWER Subroutine: Enables or disables highlighting.
Module: USE AVVIEWER
Syntax
- favSetHighLight (hv, onoroff, status)
- hv
-
A handle that references an instance of Array Viewer created by
favStartViewer.
- onoroff
-
An input argument of type INTEGER(4).
If set to TRUE, HighLighting is enabled; if set to FALSE, it is disabled.
- status
-
An output argument of type INTEGER(4). It returns a status code for the success of
this call. The value 0 indicates success.
Remarks
If highlighting is enabled, the graph surface will display highlights that
change as the graph is rotated (that is, it will look as if the graph was made
of a shiny material).
If it is disabled, highlights won't be displayed.
See Also
favGetHighLight