'Declaration
Public Shared Function ToExpandedNodeId( _ ByVal nodeId As NodeId, _ ByVal namespaceTable As NamespaceTable _ ) As ExpandedNodeId
'Usage
Dim nodeId As NodeId Dim namespaceTable As NamespaceTable Dim value As ExpandedNodeId value = NodeId.ToExpandedNodeId(nodeId, namespaceTable)
public static ExpandedNodeId ToExpandedNodeId( NodeId nodeId, NamespaceTable namespaceTable )
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