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

lxIsGroupArray

lxIsGroupArray(
d_figId
)
=> t / nil

Description

Checks whether the given object is a group array.

Arguments

d_figId

Database ID of the object that is to be checked.

Value Returned

t

The given object is a group array.

nil

The given object is not a group array.

Example

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

lxIsGroupArray(groupArray1)
==> t

Related Topics

Group Arrays

Group Array SKILL Functions


Return to top
 ⠀
X