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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointWriteArguments Class > UAAttributePointWriteArguments Constructor : UAAttributePointWriteArguments Constructor(UAAttributePointWriteArguments)
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 attributePointWriteArguments As UAAttributePointWriteArguments _
)
'Usage
 
Dim attributePointWriteArguments As UAAttributePointWriteArguments
 
Dim instance As New UAAttributePointWriteArguments(attributePointWriteArguments)
public UAAttributePointWriteArguments( 
   UAAttributePointWriteArguments attributePointWriteArguments
)
public:
UAAttributePointWriteArguments( 
   UAAttributePointWriteArguments^ attributePointWriteArguments
)

Parameters

attributePointWriteArguments
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