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

lxSetGroupArrayRegular

lxSetGroupArrayRegular(
d_figId
g_regularState
)
=> t / nil

Description

Sets the given group array as regular. For a regular group array, the number of cells can be modified by updating the number of rows or columns. For a non-regular group array, the number of cells is fixed.

Arguments

d_figId

Database ID of the group array.

g_regularState

A Boolean value indicating whether the group array is to be set as regular. The default value is t.

Value Returned

t

The group array is set as a regular group array.

nil

The group array could not be set a regular group array.

Example

The following code sets the group array whose database ID is stored in groupArray1 as a regular group array.

lxSetGroupArrayRegular(groupArray1 t)
==> t

Related Topics

Group Arrays

Group Array SKILL Functions


Return to top
 ⠀
X