pteShowUsedSystemLpps
layout pteShowUsedSystemLpps boolean { t | nil }
Description
Displays the layers containing all types of design objects when the Used filter is enabled in the Layers panel.
The default is nil, which implies that, by default, the Layers panel displays only the layers containing design objects of type shape. When set to t, the Used filter is not dynamic and needs to be reapplied, for example while switching to another tab or window, editing in place, or descending into a hierarchy.
GUI Equivalent
Examples
envGetVal("layout" "pteShowUsedSystemLpps")
envSetVal("layout" "pteShowUsedSystemLpps" 'boolean t)
Related Topics
Return to top