leCheckMissingLayers
graphic leCheckMissingLayers boolean { t | nil }
Description
Determines if checking is done to identify layers not defined in the technology file.
The default is nil. When set to t, checking is done on maskLayout cell views only.
GUI Equivalent
Examples
envGetVal("graphic" "leCheckMissingLayers")
envSetVal("graphic" "leCheckMissingLayers" 'boolean t)
Related Topics
Return to top