allLayersWrongWay
layout allLayersWrongWay cyclic { "unknown" | "As Is" | "Allow" | "None" | "Custom" }
Description
-
As Isallows specific wrong way routing, if required. -
Allowpermits wrong way routing freely. -
Nonedoes not allow wrong way routing. -
Customlets you control the extent of wrong way routing you want to permit. When set to Custom, use the allLayersWrongWayCustomValue environment variable to specify a value.
GUI Equivalent
Examples
envGetVal("layout" "allLayersWrongWay")
envSetVal("layout" "allLayersWrongWay" 'cyclic "Allow")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top