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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointReadArguments Class > UAAttributePointReadArguments Constructor : UAAttributePointReadArguments Constructor(UAAttributePointReadArguments)
The object to be copied from.
Initializes a new instance of the class, copying values from a given object.
Syntax
'Declaration
 
Public Function New( _
   ByVal attributePointReadArguments As UAAttributePointReadArguments _
)
'Usage
 
Dim attributePointReadArguments As UAAttributePointReadArguments
 
Dim instance As New UAAttributePointReadArguments(attributePointReadArguments)
public UAAttributePointReadArguments( 
   UAAttributePointReadArguments attributePointReadArguments
)
public:
UAAttributePointReadArguments( 
   UAAttributePointReadArguments^ attributePointReadArguments
)

Parameters

attributePointReadArguments
The object to be copied 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