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



OpcLabs.EasyOpcClassicCore 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
[ElementsNotNull()]
[NotNull()]
AESubconditionElementCollection SubconditionElements {get; set;}
[ElementsNotNull()]
[NotNull()]
property AESubconditionElementCollection^ SubconditionElements {
   AESubconditionElementCollection^ get();
   void set (    AESubconditionElementCollection^ value);
}
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 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also