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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Browsing.ComTypes Namespace > _DAItemDialog Interface : NodeElements Property
Contains information gathered about OPC nodes selected by the user.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property NodeElements As Object()
'Usage
 
Dim instance As _DAItemDialog
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