Visual Basic (Usage) | ![]() |
---|---|
Dim nodeId As NodeId Dim namespaceTable As NamespaceTable Dim value As ExpandedNodeId value = NodeId.ToExpandedNodeId(nodeId, namespaceTable) |
C# | |
---|---|
public static ExpandedNodeId ToExpandedNodeId( NodeId nodeId, NamespaceTable namespaceTable ) |
Parameters
- nodeId
- The NodeId to return, wrapped in within the ExpandedNodeId.
- namespaceTable
- The namespace tables collection that may be used to retrieve the namespace from that the specified NodeId belongs to
Return Value
null, if the nodeId parameter is null. Otherwise an ExpandedNodeId will be returned for the specified nodeId
Returns an ExpandedNodeId based on the NodeId requested in the parameters. If the namespaceTable
is specified then the relevant namespace will be returned from the namespaceTable collection which is
also passed in as a parameter.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x