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")]
public 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 |
Implements
SetNxPropertiesAsync(AsyncHandle, NxVariableProperties)
Sets some properties to a variable.
Declaration
[Obsolete("Use _SetProperties_ method instead")]
public 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 |
Implements
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!