Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

pteSetShowLockedColors

pteSetShowLockedColors(
{ t | nil }
[ w_windowId ]
)
=> t / nil

Description

Displays or hides the colors locked on shapes.

Arguments

t

Displays the colors locked on shapes. This is the default value.

nil

Hides the colors locked on shapes.

w_windowId

ID of the window in which you want to display or hide locked colors.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The colors locked on shapes were displayed or hidden.

nil

The command was unsuccessful.

Examples

pteSetShowLockedColors(t)
pteSetShowLockedColors(nil window(2))

Return to top
 ⠀
X