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



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > LinearConverter Class > LinearConverter Constructor : LinearConverter Constructor(LinearConverter)
The object to be copied from.
Initializes an instance of the LinearConverter class.Initializes a new instance of the class, copying values from a given object.
Syntax
'Declaration
 
Public Function New( _
   ByVal linearConverter As LinearConverter _
)
'Usage
 
Dim linearConverter As LinearConverter
 
Dim instance As New LinearConverter(linearConverter)
public LinearConverter( 
   LinearConverter linearConverter
)
public:
LinearConverter( 
   LinearConverter^ linearConverter
)

Parameters

linearConverter
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