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

lxGetGroupArrayParams

lxGetGroupArrayParams(
d_groupArrayId
)
=> l_params / nil

Description

Returns parameters of the specified group array.

Arguments

d_groupArrayId

Database ID of the group array whose parameters you want to view.

Value Returned

l_params

List of parameters if the group array is valid.

nil

The group array is invalid.

Example

The following code returns the parameters of the myGroupArray group array whose database ID is stored in groupArray1. 
lxGetGroupArrayParams(groupArray1)
==> (nil mode "spacing" Y 3.0
 X 2.0 column 2 row
 2 name "myGroupArray" orients "(\"R0\")"
 lpp "Poly drawing"
 )

Related Topics

Group Arrays

Group Array SKILL Functions


Return to top
 ⠀
X