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

pteToggleAllLayerSetMember

pteToggleAllLayerSetMember(
t_panelName
[ w_windowId ]
)
=> t / nil

Description

Toggles the layer set membership status of all the items in the specified panel.

Arguments

t_panelName

Name of the Palette panel.
Valid values: Layers, Objects, and Grids
Default: The panel that is currently active. If none of the panels is active, the command is run on the Layers panel.

w_windowId

ID of the window containing the Palette that you want to update.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The layer set membership status of all the items in the specified panel was toggled.

nil

The command was unsuccessful.

Examples

pteToggleAllLayerSetMember("Grids")
pteToggleAllLayerSetMember("Objects" window(2))

Return to top
 ⠀
X