pteLinkColorVisibilityToShapeVisibility
layout pteLinkColorVisibilityToShapeVisibility boolean { t | nil }
Description
Controls the visibility of colored shapes. Colored shapes become invisible if you deselect the Visibility (V) check box corresponding to the layer-purpose pairs on which they are drawn.
The default is t. When set to nil, only the colored outline is hidden; the shapes remain visible.
GUI Equivalent
Examples
envGetVal("layout" "pteLinkColorVisibilityToShapeVisibility")
envSetVal("layout" "pteLinkColorVisibilityToShapeVisibility" 'boolean nil)
Related Topics
Return to top