color
layoutXL.wspCheck color boolean { t | nil }
Description
Specifies whether the shapes are to be checked for conformance to the track colors of the active WSP. The default value is t.
GUI Equivalent
|
Color ( WSP | SP Active ) |
Examples
envGetVal("layoutXL.wspCheck" "color")
envSetVal("layoutXL.wspCheck" "color" 'boolean t)
envSetVal("layoutXL.wspCheck" "color" 'boolean nil)
Related Topics
WSP | SP Active Checker Environment Variables
Checking WSP | SP Active Using Batch Checker
Return to top