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



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