autoUpdateFlightlines
layout autoUpdateFlightlines cyclic { "on" | "off" | "minimum" }
Description
Controls the display of flightlines during wire creation. You can hide the display of flightlines by setting it to off or display only three flightlines for each bus by setting it to minimum. The default is on.
GUI Equivalent
|
Window – Assistant – Wire Assistant – Interactive – Create Wire |
|
Examples
envGetVal("layout" "autoUpdateFlightlines")
envSetVal("layout" "autoUpdateFlightlines" 'cyclic "off")
envSetVal("layout" "autoUpdateFlightlines" 'cyclic "minimum")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top