OPC Studio User's Guide and Reference
Assign(ValueResult,DAPropertyPoint) Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAPropertyPointReadArguments Class > Assign Method : Assign(ValueResult,DAPropertyPoint) Method
The value result to be assigned to these arguments.

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

The property point that is the source of the data.

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

Assigns OpcLabs.BaseLib.OperationModel.ValueResult to the arguments.
Syntax
'Declaration
 
Public Overloads Sub Assign( _
   ByVal valueResult As ValueResult, _
   ByVal propertyPoint As DAPropertyPoint _
) 
'Usage
 
Dim instance As DAPropertyPointReadArguments
Dim valueResult As ValueResult
Dim propertyPoint As DAPropertyPoint
 
instance.Assign(valueResult, propertyPoint)

Parameters

valueResult
The value result to be assigned to these arguments.

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

propertyPoint
The property 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