insertChain
layoutXL insertChain boolean { t | nil }
Description
Allows the Move command to insert chains within the existing chains. Depending on the value of insertChainAbutViolation, the chains are inserted based on the "First" or "Last" valid abutment violation.
GUI Equivalent
Examples
envGetVal("layoutXL" "insertChain")
envSetVal("layoutXL" "insertChain" 'boolean t)
envSetVal("layoutXL" "insertChain" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top