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

value
The ExpandedNodeId to copy

Glossary Item Box

Creates a deep copy of the value.

Syntax

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

Parameters

value
The ExpandedNodeId to copy

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThrown when the parameter is null

Remarks

Creates a new instance of the object, while copying the properties of the specified object.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.