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

lxIsGroupArrayRegular

lxIsGroupArrayRegular(
d_figId
)
=> t / nil

Description

Checks whether the given group array is a regular group array. 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.

Value Returned

t

The given group array is a regular group array.

nil

The given group array is not a regular group array.

Example

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

lxIsGroupArrayRegular(groupArray1)
==> t

Related Topics

Group Arrays

Group Array SKILL Functions


Return to top
 ⠀
X