QuickOPC User's Guide and Reference
NodeElements Property (_UADataDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UADataDialog Interface : NodeElements Property
Contains information gathered about OPC-UA nodes selected by the user.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property NodeElements As Object()
'Usage
 
Dim instance As _UADataDialog
Dim value() As Object
 
value = instance.NodeElements
[ElementsNotNull()]
[NotNull()]
object[] NodeElements {get;}
[ElementsNotNull()]
[NotNull()]
property array<Object^>^ NodeElements {
   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