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

lxIsGroupArrayLocked

lxIsGroupArrayLocked(
d_figId
)
=> t / nil

Description

Checks whether the given group array is locked.

Arguments

d_figId

Database ID of the group array.

Value Returned

t

The given group array has the locked attribute set.

nil

The given group array is not a locked group array.

Example

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

lxIsGroupArrayLocked(groupArray1)
==> t

Related Topics

Group Arrays

Group Array SKILL Functions


Return to top
 ⠀
X