lxHiCreateGroup
lxHiCreateGroup( [w_windowID] ) =>t / nil /d_group
Description
Creates a figGroup using the selected set of components, if the selected set is not already inside an existing figGroup. If the selected set is inside a virtual hierarchy in a cellview opened in Virtuoso Layout Suite EXL, the SKILL function creates a virtual group.
Arguments
|
ID of the window containing the selected set for figGroup creation. |
Value Returned
Example
lxHiCreateGroup(currWindowId)
Creates a figGroup using the selected components in the specified layout window.
Return to top