'Declaration
Public Overloads Function Export( _ 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.Export(nodeId, namespaceUris)
public NodeId Export( NodeId nodeId, NamespaceTable namespaceUris )
public: NodeId^ Export( NodeId^ nodeId, NamespaceTable^ namespaceUris )
Parameters
- nodeId
- The node identifier.
- namespaceUris
- The namespace URIs.
Return Value
A NodeId that references those tables.