pathSegBeginStyle
layout pathSegBeginStyle cyclic { "truncate" | "extend" | "variable" | "diagonal" }
Description
Sets the beginning extension style that must be used when you create a path segment. The default is truncate.
GUI Equivalent
Examples
envGetVal("layout" "pathSegBeginStyle")
envSetVal("layout" "pathSegBeginStyle" 'cyclic "extend")
envSetVal("layout" "pathSegBeginStyle" 'cyclic "variable")
envSetVal("layout" "pathSegBeginStyle" 'cyclic "diagonal")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top