QuickOPC User's Guide and Reference
SetNodeDescriptors Method (_UADataDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UADataDialog Interface : SetNodeDescriptors Method
Array of node descriptor objects.
Syntax
'Declaration
 
Sub SetNodeDescriptors( _
   ByRef nodeDescriptors() As UANodeDescriptor _
) 
'Usage
 
Dim instance As _UADataDialog
Dim nodeDescriptors() As UANodeDescriptor
 
instance.SetNodeDescriptors(nodeDescriptors)
void SetNodeDescriptors( 
   ref UANodeDescriptor[] nodeDescriptors
)
void SetNodeDescriptors( 
   array<UANodeDescriptor^>^% nodeDescriptors
) 

Parameters

nodeDescriptors
Remarks

When multi-select is enabled and the dialog allows the user to pick the OPC-UA endpoint, the count of endpoint descriptors must be the same as the count of node descriptors.

Intended for use from Visual Basic 6.0.
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