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



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