EasyUA Reference
Find(NodeId,NamespaceTable) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeSet Class > Find Method : Find(NodeId,NamespaceTable) Method

nodeId
The node identifier.
namespaceUris
The namespace URIs.

Glossary Item Box

Returns the node in the set.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeSet
Dim nodeId As NodeId
Dim namespaceUris As NamespaceTable
Dim value As Node
 
value = instance.Find(nodeId, namespaceUris)
C# 
public Node Find( 
   NodeId nodeId,
   NamespaceTable namespaceUris
)

Parameters

nodeId
The node identifier.
namespaceUris
The namespace URIs.

Return Value

The node in the set.

Remarks

The NodeId namespace is translated before the node is looked up.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.