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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointReadParameters Class > UAAttributePointReadParameters Constructor : UAAttributePointReadParameters Constructor(UAAttributePointReadParameters)
The parameters to use.
Creates a new instance of the object, from UAAttributePointReadParameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal parameters As UAAttributePointReadParameters _
)
'Usage
 
Dim parameters As UAAttributePointReadParameters
 
Dim instance As New UAAttributePointReadParameters(parameters)
public UAAttributePointReadParameters( 
   UAAttributePointReadParameters parameters
)
public:
UAAttributePointReadParameters( 
   UAAttributePointReadParameters^ parameters
)

Parameters

parameters
The parameters to use.
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