OPC Studio User's Guide and Reference
UAAttributeOperand Constructor(UAAttributeOperand)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAAttributeOperand Class > UAAttributeOperand Constructor : UAAttributeOperand Constructor(UAAttributeOperand)
Attribute operand object to copy from.

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

Initializes a new instance of the class as a copy of an existing attribute operand.
Syntax
'Declaration
 
Public Function New( _
   ByVal attributeOperand As UAAttributeOperand _
)
 
'Usage
 
Dim attributeOperand As UAAttributeOperand
 
Dim instance As New UAAttributeOperand(attributeOperand)

Parameters

attributeOperand
Attribute operand object to copy from.

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