'Declaration
Public Function New( _ ByVal nodeElement As IUANodeElement, _ ByVal parentPosition As UANodeTreePosition _ )
'Usage
Dim nodeElement As IUANodeElement Dim parentPosition As UANodeTreePosition Dim instance As New UANodeTreePosition(nodeElement, parentPosition)
public UANodeTreePosition( IUANodeElement nodeElement, UANodeTreePosition parentPosition )
public: UANodeTreePosition( IUANodeElement^ nodeElement, UANodeTreePosition^ parentPosition )
Parameters
- nodeElement
- Contains information gathered about a node in OPC server's address space.
This is typically the OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - parentPosition
- The parent object in the tree.
The value of this parameter can be
null
(Nothing
in Visual Basic).