lxGetGroupArrayParams
lxGetGroupArrayParams(d_groupArrayId) =>l_params/ nil
Description
Returns parameters of the specified group array.
Arguments
|
Database ID of the group array whose parameters you want to view. |
Value Returned
Example
The following code returns the parameters of themyGroupArraygroup array whose database ID is stored ingroupArray1.
lxGetGroupArrayParams(groupArray1)
==> (nil mode "spacing" Y 3.0
X 2.0 column 2 row
2 name "myGroupArray" orients "(\"R0\")"
lpp "Poly drawing"
)
Related Topics
Return to top