OPC Studio User's Guide and Reference
SubconditionElements Property (AEConditionState)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEConditionState Class : SubconditionElements Property
Sub-conditions defined for this condition.
Syntax
'Declaration
 
Public Property SubconditionElements As AESubconditionElementCollection
'Usage
 
Dim instance As AEConditionState
Dim value As AESubconditionElementCollection
 
instance.SubconditionElements = value
 
value = instance.SubconditionElements
public AESubconditionElementCollection SubconditionElements {get; set;}
public:
property AESubconditionElementCollection^ SubconditionElements {
   AESubconditionElementCollection^ get();
   void set (    AESubconditionElementCollection^ value);
}

Property Value

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

The individual elements of the property value cannot be null (Nothing in Visual Basic).

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