Visual Basic (Usage) | ![]() |
---|---|
Dim nodeId As ExpandedNodeId Dim namespaceTable As NamespaceTable Dim value As NodeId value = ExpandedNodeId.ToNodeId(nodeId, namespaceTable) |
C# | |
---|---|
public static NodeId ToNodeId( ExpandedNodeId nodeId, NamespaceTable 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.
Converts an ExpandedNodeId to a NodeId using a namespace table.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x