QuickOPC User's Guide and Reference
AreaElements Property (_AEAreaOrSourceDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing.ComTypes Namespace > _AEAreaOrSourceDialog Interface : AreaElements Property
Contains information gathered about OPC event areas (in OPC event server's area space).
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property AreaElements As Object()
'Usage
 
Dim instance As _AEAreaOrSourceDialog
Dim value() As Object
 
value = instance.AreaElements
[ElementsNotNull()]
[NotNull()]
object[] AreaElements {get;}
[ElementsNotNull()]
[NotNull()]
property array<Object^>^ AreaElements {
   array<Object^>^ get();
}
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