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



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