'Declaration
Public Function New( _ ByVal value As UInteger, _ ByVal namespaceIndex As UShort _ )
'Usage
Dim value As UInteger Dim namespaceIndex As UShort Dim instance As New NodeId(value, namespaceIndex)
public NodeId( uint value, ushort namespaceIndex )
public: NodeId( uint value, ushort namespaceIndex )
Parameters
- value
- The new (numeric) Id for the node being created
- namespaceIndex
- The index of the namespace that this node should belong to