dimmingAutoEnabled
layout dimmingAutoEnabled boolean { t | nil }
graphic dimmingAutoEnabled boolean { t | nil }
Description
Determines whether or not to automatically dim the design when you select an object or when the design contains highlight sets or probes.
The default is nil for graphic, and t for layout.
GUI Equivalent
Examples
envGetVal("layout" "dimmingAutoEnabled")
envSetVal("layout" "dimmingAutoEnabled" 'boolean nil)
envGetVal("graphic" "dimmingAutoEnabled")
envSetVal("graphic" "dimmingAutoEnabled" 'boolean t)
Related Topics
Return to top