QuickOPC User's Guide and Reference
UAAttributeOperand Constructor(UAAttributeOperand)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAAttributeOperand Class > UAAttributeOperand Constructor : UAAttributeOperand Constructor(UAAttributeOperand)
Attribute operand object to copy from.
Initializes a new instance of the UAAttributeOperand class.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)
public UAAttributeOperand( 
   UAAttributeOperand attributeOperand
)
public:
UAAttributeOperand( 
   UAAttributeOperand^ attributeOperand
)

Parameters

attributeOperand
Attribute operand object to copy from.
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