QuickOPC User's Guide and Reference
X1 Property



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