QuickOPC 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
 
<ColumnDisplayAttribute(6)>
<DefaultValueAttribute(False)>
<DisplayAttribute(AutoGenerateField=True, 
   Order=3, 
   ShortName="Is Area")>
<XmlIgnoreAttribute()>
Public Property IsArea As Boolean
'Usage
 
Dim instance As AENodeElement
Dim value As Boolean
 
instance.IsArea = value
 
value = instance.IsArea
[ColumnDisplay(6)]
[DefaultValue(false)]
[Display(AutoGenerateField=true, 
   Order=3, 
   ShortName="Is Area")]
[XmlIgnore()]
public bool IsArea {get; set;}
[ColumnDisplay(6)]
[DefaultValue(false)]
[Display(AutoGenerateField=true, 
   Order=3, 
   ShortName="Is Area")]
[XmlIgnore()]
public:
property bool IsArea {
   bool get();
   void set (    bool value);
}
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