QuickOPC User's Guide and Reference
Assign(UAAttributeDataResult,UAAttributePoint) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointReadArguments Class > Assign Method : Assign(UAAttributeDataResult,UAAttributePoint) Method
The attribute data result to be assigned to these arguments.
The attribute point that is the source of the data.
Assigns OpcLabs.EasyOpc.UA.OperationModel.UAAttributeDataResult to the arguments.
Syntax
'Declaration
 
Public Overloads Sub Assign( _
   ByVal attributeDataResult As UAAttributeDataResult, _
   ByVal attributePoint As UAAttributePoint _
) 
'Usage
 
Dim instance As UAAttributePointReadArguments
Dim attributeDataResult As UAAttributeDataResult
Dim attributePoint As UAAttributePoint
 
instance.Assign(attributeDataResult, attributePoint)

Parameters

attributeDataResult
The attribute data result to be assigned to these arguments.
attributePoint
The attribute point that is the source of the data.
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