chainInPlace
layoutXL chainInPlace boolean { t | nil }
Description
Creates the device chains on layout canvas at the same location as the left-most instance in a row region that is selected for chaining, if at least one of the selected instances is on a row region. If none of the selected instances are on a row region, the device chain is created at the same location as the left-most instance selected for chaining.
GUI Equivalent
|
Create In Place (Generate Chained Devices Form) |
Examples
envGetVal("layoutXL" "chainInPlace")
envSetVal("layoutXL" "chainInPlace" 'boolean t)
envSetVal("layoutXL" "chainInPlace" 'boolean nil)
Related Topics
Return to top