backAnnotatePackingMethod
layoutXL backAnnotatePackingMethod cyclic { "fillRowsFirst" | "fillColsFirst" }
Description
Switches between column-priority packing and row-priority packing for the grid of instances being backannotated.
GUI Equivalent
|
|
Examples
envGetVal("layoutXL" "backAnnotatePackingMethod")
envSetVal("layoutXL" "backAnnotatePackingMethod" 'cyclic "fillColsFirst")
Related Topics
Generate Selected From Layout Form
Return to top