QuickOPC User's Guide and Reference
SubconditionElements Property (_AEConditionState)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes Namespace > _AEConditionState Interface : SubconditionElements Property
Sub-conditions defined for this condition.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property SubconditionElements As AESubconditionElementCollection
 
'Usage
 
Dim instance As _AEConditionState
Dim value As AESubconditionElementCollection
 
instance.SubconditionElements = value
 
value = instance.SubconditionElements
Remarks

For multi-state conditions, there will be more than one subcondition. For single-state conditions, there will be one subcondition.

This is a keyed collection where the key is the subcondition name, and the value is an OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AESubconditionElement.

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 Interface
_AEConditionState Members