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

pteCloseLayerSetEdition

pteCloseLayerSetEdition(
[ w_windowId ]
)
=> t / nil

Description

Closes layer set editing mode for the specified window, or for the current window if no window ID is specified.

Arguments

w_windowId

ID of the window containing the Palette for which you want to close the layer set editing mode.
Valid values: ID of any open window
Default: Current window

Value Returned

t

Layer set editing mode was closed.

nil

The command was unsuccessful.

Examples

pteCloseLayerSetEdition()
pteCloseLayerSetEdition(window(2))

Return to top
 ⠀
X