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.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!