EasyUA Reference
NodeId Constructor(Object,UInt16)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeId Class > NodeId Constructor : NodeId Constructor(Object,UInt16)

value
The identifier
namespaceIndex
The index of the namespace that qualifies the node

Glossary Item Box

Initializes a node identifier with a namespace index.

Syntax

Visual Basic (Usage)Copy Code
Dim value As Object
Dim namespaceIndex As UShort
 
Dim instance As New NodeId(value, namespaceIndex)
C# 
public NodeId( 
   object value,
   ushort namespaceIndex
)

Parameters

value
The identifier
namespaceIndex
The index of the namespace that qualifies the node

Remarks

Throws an exception if the identifier type is not supported.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.