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

nodeId
The node identifier.

Glossary Item Box

Finds a node in the node set.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeTable
Dim nodeId As ExpandedNodeId
Dim value As INode
 
value = instance.Find(nodeId)
C# 
public INode Find( 
   ExpandedNodeId nodeId
)

Parameters

nodeId
The node identifier.

Return Value

Returns null if the node does not exist.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.