Use the setEntry method to set property values at specified entries using a key instead of an index to locate the row to change.
The value can also be a double, an integer, or (with limited applicability; primarily for part links) a boolean.
For example, if pi1 is a part instance feature with input parameters
a and
b in a geometry, the following lines
set the value of the input expression for parameter a to the string
2 and for parameter
b to the string
3. You can also set the values of the input expressions to numerical values (doubles):
setEntry lets you use a key to access rows in the table, defined by the content in one of the columns (in this case, the column that contains parameter names.