crossSectionCutLineColor
graphic crossSectionCutLineColor string "colorName"
Description
(Layout MXL Only) Specifies the color of the cutline displayed on the canvas when viewing the cross section of a layout. You can set the cutline color to red, blue, green, yellow, or white.
GUI Equivalent
Examples
envGetVal("graphic" "crossSectionCutLineColor")
envSetVal("graphic" "crossSectionCutLineColor" 'string "blue")
envSetVal("graphic" "crossSectionCutLineColor" 'string "green")
Related Topics
Specifying Cross Section Viewer Settings
Return to top