Opc.Ua.Core
Find(ExpandedNodeId) Method



Opc.Ua Namespace > INodeTable Interface > Find Method : Find(ExpandedNodeId) Method
The node identifier.
Finds a node in the node set.
Syntax
'Declaration
 
Overloads Function Find( _
   ByVal nodeId As ExpandedNodeId _
) As INode
'Usage
 
Dim instance As INodeTable
Dim nodeId As ExpandedNodeId
Dim value As INode
 
value = instance.Find(nodeId)

Parameters

nodeId
The node identifier.

Return Value

Returns null if the node does not exist.
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

INodeTable Interface
INodeTable Members
Overload List