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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UARange Class > UARange Constructor : UARange Constructor(UARange)
Range object to be copied from.
Syntax
'Declaration
 
Public Function New( _
   ByVal range As UARange _
)
'Usage
 
Dim range As UARange
 
Dim instance As New UARange(range)
public UARange( 
   UARange range
)
public:
UARange( 
   UARange^ range
)

Parameters

range
Range 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