chainPreserveRows
layoutXL chainPreserveRows boolean { t | nil }
Description
Accepts multiple rows as input and chains each row using the optional parameters supplied for the useDeviceOrder argument set. If a flat instance list is supplied, the instances are sorted into rows. If a list of rows is supplied, the rows are used as specified.
This functionality is specific to the
lxChain SKILL function and is not supported by the interactive chaining command, Generate Chained Devices.GUI Equivalent
Examples
envGetVal("layoutXL" "chainPreserveRows")
envSetVal("layoutXL" "chainPreserveRows" 'boolean t)
envSetVal("layoutXL" "chainPreserveRows" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top