OPC Studio User's Guide and Reference
AESubconditionElement Constructor(String,String,Int32,String)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AESubconditionElement Class > AESubconditionElement Constructor : AESubconditionElement Constructor(String,String,Int32,String)

The value of this parameter cannot be null (Nothing in Visual Basic).

The value of this parameter cannot be null (Nothing in Visual Basic).

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class with given data.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal definition As String, _
   ByVal severity As Integer, _
   ByVal description As String _
)
'Usage
 
Dim name As String
Dim definition As String
Dim severity As Integer
Dim description As String
 
Dim instance As New AESubconditionElement(name, definition, severity, description)
public AESubconditionElement( 
   string name,
   string definition,
   int severity,
   string description
)
public:
AESubconditionElement( 
   String^ name,
   String^ definition,
   int severity,
   String^ description
)

Parameters

name

The value of this parameter cannot be null (Nothing in Visual Basic).

definition

The value of this parameter cannot be null (Nothing in Visual Basic).

severity
description

The value of this parameter cannot be null (Nothing in Visual Basic).

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