Opc.Ua.Core
NodeId Constructor(NodeId)



Opc.Ua Namespace > NodeId Class > NodeId Constructor : NodeId Constructor(NodeId)
The NodeId object whose properties will be copied.
Creates a deep copy of the value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As NodeId _
)
'Usage
 
Dim value As NodeId
 
Dim instance As New NodeId(value)
public NodeId( 
   NodeId value
)
public:
NodeId( 
   NodeId^ value
)

Parameters

value
The NodeId object whose properties will be copied.
Exceptions
ExceptionDescription
Thrown 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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeId Class
NodeId Members
Overload List