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

nodeId
The NodeId to wrap

Glossary Item Box

Initializes an expanded node identifier with a node id.

Syntax

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

Parameters

nodeId
The NodeId to wrap

Remarks

Creates a new instance of the object, while wrapping the specified NodeId.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.