cmapHiLiteSpecGlobalPathWidth
ia cmapHiLiteSpecGlobalPathWidth boolean { t | nil }
Description
(ICADVM20.1 EXL Only) Enables you to change the width of the highlighted global path to be a percentage of the width of a gcell. If this variable is set to t, a value must be defined for the variable cmapHiLiteGlobalPathWidthPercent.
GUI Equivalent
Examples
envGetVal("ia" "cmapHiLiteSpecGlobalPathWidth")
envSetVal("ia" "cmapHiLiteSpecGlobalPathWidth" 'boolean t)
envSetVal("ia" "cmapHiLiteSpecGlobalPathWidth" 'boolean nil)
Related Topics
Return to top