SetNumValueAsync Method
Overloads
| SetNumValueAsync(Double) | 
             Sets a numerical value to a variable.  | 
        
      
    |
| SetNumValueAsync(AsyncHandle, Double) | 
             Sets a numerical value to a variable.  | 
        
      
    
SetNumValueAsync(Double)
Sets a numerical value to a variable.
Declaration
      public Task SetNumValueAsync([QixName("qVal")] double val)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Double | val | 
           Value of the variable.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
These changes are not persistent. They only last the duration of the engine session.
SetNumValueAsync(AsyncHandle, Double)
Sets a numerical value to a variable.
Declaration
      public Task SetNumValueAsync(AsyncHandle asyncHandle, [QixName("qVal")] double val)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| System.Double | val | 
           Value of the variable.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
These changes are not persistent. They only last the duration of the engine session.