QuickOPC User's Guide and Reference
UANamedNodePath Constructor(UANodeDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UANamedNodePath Class > UANamedNodePath Constructor : UANamedNodePath Constructor(UANodeDescriptor)
Descriptor of the base and only node in the named node path.
Initializes a new instance, an empty named node path with the given base node descriptor.
Syntax
'Declaration
 
Public Function New( _
   ByVal nodeDescriptor As UANodeDescriptor _
)
'Usage
 
Dim nodeDescriptor As UANodeDescriptor
 
Dim instance As New UANamedNodePath(nodeDescriptor)
public UANamedNodePath( 
   UANodeDescriptor nodeDescriptor
)
public:
UANamedNodePath( 
   UANodeDescriptor^ nodeDescriptor
)

Parameters

nodeDescriptor
Descriptor of the base and only node in the named node path.
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