includeNonMaskableLayers
layout.cle includeNonMaskableLayers boolean { t | nil }
Description
Includes the non-maskable layer column on the Partition Layers form and lets you include non-maskable layers in the layer-based design partitions. The default is nil, which means that the non-maskable layer column are not visible in the Partition Layers form.
GUI Equivalent
Examples
envGetVal("layout.cle" "includeNonMaskableLayers")
envSetVal("layout.cle" "includeNonMaskableLayers" 'boolean t)
envSetVal("layout.cle" "includeNonMaskableLayers" 'boolean nil)
Related Topics
List of Concurrent Layout Environment Variables
Return to top