'Declaration
Public Overloads Function Import( _ ByVal nodeId As NodeId, _ ByVal namespaceUris As NamespaceTable _ ) As NodeId
'Usage
Dim instance As NodeSet Dim nodeId As NodeId Dim namespaceUris As NamespaceTable Dim value As NodeId value = instance.Import(nodeId, namespaceUris)
public NodeId Import( NodeId nodeId, NamespaceTable namespaceUris )
public: NodeId^ Import( NodeId^ nodeId, NamespaceTable^ namespaceUris )
Parameters
- nodeId
- The node identifier.
- namespaceUris
- The namespace URIs.
Return Value
A NodeId that references those tables.