Opc.Ua.Core
ToExpandedNodeId Method



Opc.Ua Namespace > NodeId Class : ToExpandedNodeId Method
The NodeId to return, wrapped in within the ExpandedNodeId.
The namespace tables collection that may be used to retrieve the namespace from that the specified NodeId belongs to
Converts a node id to an expanded node id using a namespace table.
Syntax
'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
Remarks
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.
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