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

pteMapWindow

pteMapWindow(
t_assistantName
[ w_windowId ]
)
=> t / nil

Description

Displays, if hidden, the specified Palette panel.

Arguments

t_assistantName

Name of the panel to be mapped.
Valid values: Layers, Objects, and Grids in SingleAssistant mode

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 specified Palette panel was displayed.

nil

The command was unsuccessful.

Examples

pteMapWindow("Layers")
pteMapWindow("Layers" window(2))

Return to top
 ⠀
X