flightLineForAllMustConnectInstTerms
layoutXL flightLineForAllMustConnectInstTerms boolean { t | nil }
Description
Controls whether draglines are displayed for all or only one must-connect instance terminal for a pin.
The default is nil, which means draglines are displayed only for one must-connect instance terminal.
GUI Equivalents
Examples
envGetVal("layoutXL" "flightLineForAllMustConnectInstTerms")
envSetVal("layoutXL" "flightLineForAllMustConnectInstTerms" 'boolean t)
envSetVal("layoutXL" "flightLineForAllMustConnectInstTerms" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top