Opc.Ua.Core
NodeId Constructor(UInt32,UInt16)



Opc.Ua Namespace > NodeId Class > NodeId Constructor : NodeId Constructor(UInt32,UInt16)
The new (numeric) Id for the node being created
The index of the namespace that this node should belong to
Initializes a numeric node identifier with a namespace index.
Syntax
'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
Remarks
Creates a new NodeId that will use a numeric (unsigned int) for its Id, but also specifies which namespace this node should belong to.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeId Class
NodeId Members
Overload List