OPC Labs EasyOPC-UA Components Library
WriteValueList Method
OpcLabs_EasyOpcUAComponents ActiveX DLL > EasyUAClient Object : WriteValueList Method

Description
Writes values into multiple attributes, using list of argument objects as an input (status codes and timestamps are not written).

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.WriteValueList in .NET Reference.

Syntax
Visual Basic
Public Function WriteValueList( _
   ByVal writeValueArgumentsList As IList _
) As ElasticVector
Parameters
writeValueArgumentsList

Return Type
Remarks

For remarks, see OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.WriteValueList in .NET Reference.

Example

For examples, see OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.WriteValueList in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members