chainExtendSelection
layoutXL chainExtendSelection boolean { t | nil }
Description
When only part of a chain is selected, extends the selection to include the whole chain, including any mfactored instances and legs of folded devices.
The default is nil, which means you can select individual devices, mfactors, or folded legs within a chain without selecting the entire chain.
GUI Equivalent
|
Extend Selection (Generate Chained Devices Form) |
Examples
envGetVal("layoutXL" "chainExtendSelection")
envSetVal("layoutXL" "chainExtendSelection" 'boolean t)
envSetVal("layoutXL" "chainExtendSelection" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top