pathCL
layout pathCL cyclic { "yes" | "no" | "only" }
graphic pathCL string { "yes" | "no" | "only" }
Description
Lets you specify if you want to see path borders and center lines, path borders only, or path center lines only.
GUI Equivalent
Examples
envGetVal("layout" "pathCL")
envSetVal("layout" "pathCL" 'cyclic "no")
envGetVal("graphic" "pathCL")
envSetVal("graphic" "pathCL" 'string "only")
Related Topics
Return to top