copyGroupArrayLockXY
layout copyGroupArrayLockXY boolean { t | nil }
Description
Enables the creation of a locked group array when using the Copy command.
When this environment variable is set to t, spacing mode and spacing values for a group array cannot be specified in the Copy form. In this case, spacing mode is read from the copySpacingMode environment variable and spacing values are read from the groupArrayXSpacing and groupArrayYSpacing environment variables.
GUI Equivalent
Examples
envGetVal("layout" "copyGroupArrayLockXY")
envSetVal("layout" "copyGroupArrayLockXY" 'boolean t)
Related Topics
Return to top