OPC Studio User's Guide and Reference
AEConditionState Constructor(AEConditionState)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEConditionState Class > AEConditionState Constructor : AEConditionState Constructor(AEConditionState)
An AEConditionState object to copy from.

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

Initializes a new instance of the class, from other AEConditionState.
Syntax
'Declaration
 
Public Function New( _
   ByVal conditionState As AEConditionState _
)
 
'Usage
 
Dim conditionState As AEConditionState
 
Dim instance As New AEConditionState(conditionState)

Parameters

conditionState
An AEConditionState object to copy from.

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