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

lxSetGroupArrayLocked

lxSetGroupArrayLocked(
d_figId
g_lockState
)
=> t / nil

Description

Sets the lock attribute on the given group array. If a group array is locked, its X and Y spacing attributes cannot be modified.

Arguments

d_figId

Database ID of the group array that needs to be locked.

g_lockState

A Boolean value indicating whether the group array is set as locked. The default value is nil.

Value Returned

t

The given group array is locked.

nil

The given group array could not be locked.

Example

The following code sets the lock on the group array whose database ID is stored in groupArray1.

lxSetGroupArrayLocked(groupArray1 t) 
==> t

Related Topics

Group Arrays

Group Array SKILL Functions


Return to top
 ⠀
X