'Declaration
Public Function New( _ ByVal nodeElement As IUANodeElement _ )
'Usage
Dim nodeElement As IUANodeElement Dim instance As New UANodeDescriptor(nodeElement)
public UANodeDescriptor( IUANodeElement nodeElement )
public: UANodeDescriptor( IUANodeElement^ nodeElement )
Parameters
- nodeElement
- The node descriptor object.
This is typically the OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).