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
|
A Boolean value indicating whether the group array is set as locked. The default value is |
Value Returned
Example
The following code sets the lock on the group array whose database ID is stored in groupArray1.
lxSetGroupArrayLocked(groupArray1 t)
==> t
Related Topics
Return to top