pteMPTMode
layout pteMPTMode boolean { t | nil }
Description
Determines if the Palette MPT feature is turned on or off at the time of opening a new layout window.The Palette MPT feature is disabled by default.
The default is nil. When set to t, the MPT check box is displayed on the Scope toolbar and the Color (C) column is displayed in the Layers panel when you open a new layout window.
GUI Equivalent
Examples
envGetVal("layout" "pteMPTMode")
envSetVal("layout" "pteMPTMode" 'boolean t)
Related Topics
Return to top