leCheckMissingMasters
graphic leCheckMissingMasters boolean { t | nil }
Description
Determines if unbound masters are checked while opening a design.
The default is nil. When set to t, or if the cellview is not maskLayout, the check is done.
GUI Equivalent
Examples
envGetVal("graphic" "leCheckMissingMasters")
envSetVal("graphic" "leCheckMissingMasters" 'boolean t)
Related Topics
Return to top