EasyUA Reference
Create Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeId Class : Create Method

identifier
The identifier for the node.
namespaceUri
The URI to look up.
namespaceTable
The table to use for the URI lookup.

Glossary Item Box

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

ExceptionDescription
ServiceResultExceptionThrown when the namespace cannot be found

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.