QuickOPC User's Guide and Reference
X2 Property



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > LinearConverter Class : X2 Property
X coordinate of the second point on the conversion line.
Syntax
'Declaration
 
<DefaultValueAttribute(100)>
Public Property X2 As Double
'Usage
 
Dim instance As LinearConverter
Dim value As Double
 
instance.X2 = value
 
value = instance.X2
[DefaultValue(100)]
public double X2 {get; set;}
[DefaultValue(100)]
public:
property double X2 {
   double get();
   void set (    double value);
}
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