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

leSetEditFigGroup

leSetEditFigGroup( 
d_figGroupId 
[ w_windowID ] 
) 
=> t / nil

Description

Sets the Edit-In-Place context for editing a specific group within a nested set of groups. For example, when fgBottom is contained in fgMiddle, and fgMiddle, is contained in fgTop, you can use this function and the figGroup ID for fgBottom to start Edit-in-Place for fgBottom.

Arguments

d_figGroupId

Database ID of the figure group for which you want to Edit-In-Place.

w_windowId

Database ID of the window containing the figure group. If you do not specify w_windowId, the current window is used.

Value Returned

t

The operation succeeded.

nil

The operation failed.

Example

For the specified windowID, sets the Edit-In-Place context for the specified figGroupId.

leSetEditFigGroup(figGroupId windowId)

Return to top
 ⠀
X