OPC Studio User's Guide and Reference
IsArea Property (AENodeElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AENodeElement Class : IsArea Property
The node is an event area (a "folder" the can contain other nodes).
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property IsArea As Boolean
'Usage
 
Dim instance As AENodeElement
Dim value As Boolean
 
instance.IsArea = value
 
value = instance.IsArea
[XmlIgnore()]
public bool IsArea {get; set;}
[XmlIgnore()]
public:
property bool IsArea {
   bool get();
   void set (    bool value);
}

Property Value

The default value of this property is False.

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