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

nodeId
The ExpandedNodeId to convert to a NodeId
namespaceTable
The namespace table that contains all the namespaces needed to resolve the namespace index as encoded within this object.

Glossary Item Box

Converts an expanded node id to a node id using a namespace table.

Syntax

Visual Basic (Usage)Copy Code
Dim nodeId As ExpandedNodeId
Dim namespaceTable As NamespaceTable
Dim value As NodeId
 
value = ExpandedNodeId.ToNodeId(nodeId, namespaceTable)

Parameters

nodeId
The ExpandedNodeId to convert to a NodeId
namespaceTable
The namespace table that contains all the namespaces needed to resolve the namespace index as encoded within this object.

Remarks

Converts an ExpandedNodeId to a NodeId using a namespace table.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.