Opc.Ua.Core
Create Method (NodeId)



Opc.Ua Namespace > NodeId Class : Create Method
The identifier for the node.
The URI to look up.
The table to use for the URI lookup.
Converts an identifier and a namespaceUri to a local NodeId using the namespaceTable.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal identifier As Object, _
   ByVal namespaceUri As String, _
   ByVal namespaceTable As NamespaceTable _
) As NodeId
'Usage
 
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
ExceptionDescription
Thrown when the namespace cannot be found
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