SetDualValueAsync Method
Overloads
| SetDualValueAsync(String, Double) |
Sets the value of a dual variable. |
|
| SetDualValueAsync(AsyncHandle, String, Double) |
Sets the value of a dual variable. |
SetDualValueAsync(String, Double)
Sets the value of a dual variable.
Declaration
public Task SetDualValueAsync([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. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
Remarks
These changes are not persistent. They only last the duration of the engine session.
SetDualValueAsync(AsyncHandle, String, Double)
Sets the value of a dual variable.
Declaration
public Task SetDualValueAsync(AsyncHandle asyncHandle, [QixName("qText")] string text, [QixName("qNum")] double num)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| 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. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
Remarks
These changes are not persistent. They only last the duration of the engine session.