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

leGetEditFigGroup

leGetEditFigGroup( 
[ w_windowID ] 
) 
=> d_figGroupId / nil

Description

Returns the database ID of the currently active figure group for Edit-In-Group mode editing, in the specified window or the current window.

Arguments

w_windowID

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

Value Returned

d_figGroupId

Database ID of the currently active figure group for Edit-In-Group mode editing.

nil

The function failed.

Example

For the specified window ID, returns database ID of the currently active figure group for Edit-In-Group mode editing.

leGetEditFigGroup(currWindowId)


Return to top
 ⠀
X