QuickOPC User's Guide and Reference
OffY1Limit Property



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > LinearConverter Class : OffY1Limit Property
Inverse conversion behavior when the input value is off the X1 limit.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property OffY1Limit As OffLimitBehavior
'Usage
 
Dim instance As LinearConverter
Dim value As OffLimitBehavior
 
instance.OffY1Limit = value
 
value = instance.OffY1Limit
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public OffLimitBehavior OffY1Limit {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property OffLimitBehavior OffY1Limit {
   OffLimitBehavior get();
   void set (    OffLimitBehavior 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