Converts an identifier and a namespaceUri to a local NodeId using the namespaceTable.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim identifier As Object
Dim namespaceUri As String
Dim namespaceTable As NamespaceTable
Dim value As NodeId
value = NodeId.Create(identifier, namespaceUri, namespaceTable)
|
Parameters
- identifier
- The identifier for the node.
- namespaceUri
- The URI to look up.
- namespaceTable
- The table to use for the URI lookup.
Return Value
A local NodeId
Exceptions
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also