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

leReturn

leReturn(
[ w_windowId ]
) 
=> t / nil

Description

Applies to instances, nested instances, groups, and nested groups for which you are editing-in-place. When editing instances or nested instances in Edit-in-Place mode, returns one level; when there is only one level, exits Edit-in-Place mode. When editing a un-nested group, exits Edit-in-Place Mode; when editing a nested group, returns to the group of which the edited group is a member. If you do not specify w_windowId, the current window is used.

Arguments

w_windowId

Database ID for the window in which to return during Edit-In-Place mode.

Value Returned

t

The return during Edit-in-Place mode was successful.

nil

The return during Edit-in-Place mode was not successful.

Example

Returns the window specified by currWindowId from the Edit-In-Place mode.

leReturn(currWindowId)


Return to top
 ⠀
X