rowBaseName
layoutrowBaseName string "BaseNameField"
Description
Sets the Base Name field in the Definition section of the Create – P&R Objects – Row form to assign a unique name for each row object you create. The software adds an underscore followed by a number which is greater than or equal to 1. As you create new sites, each site is increment by 1. For example, if your base name is ROW_1, the name assigned to the first site is ROW_1_1, the next is ROW_1_2, the next is ROW_1_3, and so on. If you do not specify a base name, the software assigns the name row_number, which increments by 1 each time you add a site and rows.
GUI Equivalent
Examples
envGetVal("layout" "rowBaseName")
envSetVal("layout" "rowBaseName" 'string "row1")
Related Topics
Return to top