SetNxPropertiesAsync Method
Overloads
| SetNxPropertiesAsync(NxVariableProperties) |
Sets some properties to a variable. |
|
| SetNxPropertiesAsync(AsyncHandle, NxVariableProperties) |
Sets some properties to a variable. |
SetNxPropertiesAsync(NxVariableProperties)
Sets some properties to a variable.
Declaration
[Obsolete("Use _SetProperties_ method instead")]
Task SetNxPropertiesAsync([QixName("qProperties")] NxVariableProperties properties)
Parameters
| Type | Name | Description |
|---|---|---|
| NxVariableProperties | properties |
Information about the properties of the variable |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
SetNxPropertiesAsync(AsyncHandle, NxVariableProperties)
Sets some properties to a variable.
Declaration
[Obsolete("Use _SetProperties_ method instead")]
Task SetNxPropertiesAsync(AsyncHandle asyncHandle, [QixName("qProperties")] NxVariableProperties properties)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| NxVariableProperties | properties |
Information about the properties of the variable |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |