SetDiscreteValue(int, Quantity)
Changes a value at a given position in the tabular definition of the variable.
Declaration Syntax
public void SetDiscreteValue(int index, Quantity value)
Parameters
- index(int)
Index of the value to change.
- value(Quantity)
New value.