rowCreateMethod
layout rowCreateMethod cyclic { "assisted" | "define" | "partition" | "rectilinear" }
Description
Determines the create method for rows.The assisted mode will not take into account any areas or boundaries. You can create rows that use a rectangular, rectilinear, or a partitioned area to determine the number and placement of the rows
GUI Equivalent
Examples
envGetVal("layout" "rowCreateMethod")
envSetVal("layout" "rowCreateMethod" 'cyclic "define")
envSetVal("layout" "rowCreateMethod" 'cyclic "rectilinear")
Related Topics
Return to top