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

nodeId
The NodeId to wrap.
namespaceUri
The namespace that this node belongs to

Glossary Item Box

Initializes an expanded node identifier with a node id and a namespace URI.

Syntax

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

Parameters

nodeId
The NodeId to wrap.
namespaceUri
The namespace that this node belongs to

Remarks

Creates a new instance of the object while allowing you to specify both the NodeId and the Namespace URI that applies to the 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.