Opc.Ua.Core
ToNodeId Method



Opc.Ua Namespace > ExpandedNodeId Class : ToNodeId Method
The ExpandedNodeId to convert to a NodeId
The namespace table that contains all the namespaces needed to resolve the namespace index as encoded within this object.
Converts an expanded node id to a node id using a namespace table.
Syntax
'Declaration
 
Public Shared Function ToNodeId( _
   ByVal nodeId As ExpandedNodeId, _
   ByVal namespaceTable As NamespaceTable _
) As NodeId
'Usage
 
Dim nodeId As ExpandedNodeId
Dim namespaceTable As NamespaceTable
Dim value As NodeId
 
value = ExpandedNodeId.ToNodeId(nodeId, namespaceTable)

Parameters

nodeId
The ExpandedNodeId to convert to a NodeId
namespaceTable
The namespace table that contains all the namespaces needed to resolve the namespace index as encoded within this object.
Remarks
Converts an ExpandedNodeId to a NodeId using a namespace table.
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

ExpandedNodeId Class
ExpandedNodeId Members