SetDualValue Method
Overloads
SetDualValue(String, Double) |
Sets the value of a dual variable. |
SetDualValue(String, Double)
Sets the value of a dual variable.
Declaration
public void SetDualValue([QixName("qText")] string text, [QixName("qNum")] double num)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
String representation of a dual value. Set this parameter to "", if the string representation is to be Null. |
System.Double | num |
Numeric representation of a dual value. |
Implements
Remarks
These changes are not persistent. They only last the duration of the engine session.