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

pteTogglePropagateAllVisible

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

Description

Toggles the visibility status of all parent and child 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 visibility status of parent and child items in the specified panel was toggled.

nil

The command was unsuccessful.

Examples

pteTogglePropagateAllVisibile("Grids")
pteTogglePropagateAllVisibile("Objects" window(2))

Return to top
 ⠀
X