cloneNumberPerRowOrCol
layoutXL cloneNumberPerRowOrCol int integer
Description
Specifies the maximum number of clones that can be placed in a column or row, depending on the value set for cloneArrayRowOrColValue.
-
Specifies the maximum number of clones that can be placed in a row, if cloneArrayRowOrColValue is set to
Rows. -
Specifies the maximum number of clones that can be placed in a column, if cloneArrayRowOrColValue is set to
Columns.
The default is 10, which means a maximum of 10 clones can be placed in a column or row for clone array generation.
Alternatively, you can use the Number of clone per Rows/Columns field in the Clone Array Settings form to specify the maximum number of clones to be placed in a column or in a row.
GUI Equivalent
|
Number of clones per Row/Column (Generate Clones Form) |
Examples
envGetVal("layoutXL" "cloneNumberPerRowOrCol")
envSetVal("layoutXL" "cloneNumberPerRowOrCol" 'int 2)
Related Topics
Clone Source Selection and Target Search and Generation
List of Layout XL Environment Variables
Return to top