OPC Studio User's Guide and Reference
Assign(UADataValue,UAAttributePoint) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointArguments Class > Assign Method : Assign(UADataValue,UAAttributePoint) Method
The attribute data to be assigned to these arguments.

The value of this parameter can be null (Nothing in Visual Basic).

The attribute point that is the source of the data.

The value of this parameter cannot be null (Nothing in Visual Basic).

Assigns OpcLabs.EasyOpc.UA.UADataValue to the arguments.
Syntax
'Declaration
 
Protected Overloads Sub Assign( _
   ByVal dataValue As UADataValue, _
   ByVal attributePoint As UAAttributePoint _
) 
'Usage
 
Dim instance As UAAttributePointArguments
Dim dataValue As UADataValue
Dim attributePoint As UAAttributePoint
 
instance.Assign(dataValue, attributePoint)

Parameters

dataValue
The attribute data to be assigned to these arguments.

The value of this parameter can be null (Nothing in Visual Basic).

attributePoint
The attribute point that is the source of the data.

The value of this parameter cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also