crossSectionOrientationHorizontal
graphic crossSectionOrientationHorizontal boolean { t | nil }
Description
(Layout MXL Only) Specifies whether the orientation of the cutline is horizontal. The area underneath a cutline is displayed in the cross section viewer. When set to nil, the vertical orientation is used for the cutline.
GUI Equivalent
Examples
envGetVal("graphic" "crossSectionOrientationHorizontal")
envSetVal("graphic" "crossSectionOrientationHorizontal" 'boolean nil)
Related Topics
Specifying Cross Section Viewer Settings
Return to top