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

value
The NodeId object whose properties will be copied.

Glossary Item Box

Creates a deep copy of the value.

Syntax

Visual Basic (Usage)Copy Code
Dim value As NodeId
 
Dim instance As New NodeId(value)
C# 
public NodeId( 
   NodeId value
)

Parameters

value
The NodeId object whose properties will be copied.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThrown when value is null

Remarks

Creates a new NodeId by copying the properties of the node specified in the parameter.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.