QuickOPC User's Guide and Reference
AEConditionState Constructor(AEConditionState)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEConditionState Class > AEConditionState Constructor : AEConditionState Constructor(AEConditionState)
An AEConditionState object to copy from.
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)
public AEConditionState( 
   AEConditionState conditionState
)
public:
AEConditionState( 
   AEConditionState^ conditionState
)

Parameters

conditionState
An AEConditionState object to copy from.
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