pteMPTScope
layout pteMPTScope boolean { t | nil }
Description
Controls the setting of the MPT check box at the time of opening a new layout window and is evaluated only if set to t.
The default is nil, which means that the MPT check box is deselected and all layer-purpose pairs are listed in the in the Layers panel.
When set to t, the MPT check box is selected and only the layer-purpose pairs with more than one color are listed in the Layers panel.
GUI Equivalent
Examples
envGetVal("layout" "pteMPTScope")
envSetVal("layout" "pteMPTScope" 'boolean t)
Related Topics
Return to top