rowUnitOrient
layout rowUnitOrient cyclic { "R0" | "R90" | "R180" | "R270" | "MX" | "MY" | "MXR90" | "MYR90" }
Description
Sets the Starting Site Orientation cyclic field in the Definition section of the Create – P&R Objects – Row form to set the orientation of the site and the first row created. All subsequent rows will follow the orientation you set in this field. The valid values are R0, R90, R180, R270, MX, MY, MXR90, and MYR90.
GUI Equivalent
Examples
envGetVal("layout" "rowUnitOrient")
envSetVal("layout" "rowUnitOrient" 'cyclic "R90")
envSetVal("layout" "rowUnitOrient" 'cyclic "MX")
envSetVal("layout" "rowUnitOrient" 'cyclic "MYR90")
Related Topics
Return to top