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



OpcLabs.EasyOpcClassic 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 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEConditionState Class
AEConditionState Members
Overload List