'DeclarationPublic Function New( _ ByVal nodeElement As IUANodeElement _ )
'UsageDim 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(Nothingin Visual Basic).
