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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointSubscribeArguments Class > Assign Method : Assign(EasyUADataChangeNotificationEventArgs,UAAttributePoint) Method
The data change notification event arguments to be assigned to these arguments.

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

The attribute point.

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

Assigns OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs to the arguments.
Syntax
'Declaration
 
Public Overloads Sub Assign( _
   ByVal easyUADataChangeNotificationEventArgs As EasyUADataChangeNotificationEventArgs, _
   ByVal attributePoint As UAAttributePoint _
) 
'Usage
 
Dim instance As UAAttributePointSubscribeArguments
Dim easyUADataChangeNotificationEventArgs As EasyUADataChangeNotificationEventArgs
Dim attributePoint As UAAttributePoint
 
instance.Assign(easyUADataChangeNotificationEventArgs, attributePoint)

Parameters

easyUADataChangeNotificationEventArgs
The data change notification event arguments to be assigned to these arguments.

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

attributePoint
The attribute point.

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