Opc.Ua.Core
Find(ExpandedNodeId,NodeId,Boolean,Boolean) Method



Opc.Ua Namespace > INodeTable Interface > Find Method : Find(ExpandedNodeId,NodeId,Boolean,Boolean) Method
The source identifier.
The reference type identifier.
if set to true this is inverse reference.
if set to true subtypes are included.
Follows the reference from the source and returns all target nodes.
Syntax
'Declaration
 
Overloads Function Find( _
   ByVal sourceId As ExpandedNodeId, _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal includeSubtypes As Boolean _
) As IList(Of INode)
'Usage
 
Dim instance As INodeTable
Dim sourceId As ExpandedNodeId
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim includeSubtypes As Boolean
Dim value As IList(Of INode)
 
value = instance.Find(sourceId, referenceTypeId, isInverse, includeSubtypes)

Parameters

sourceId
The source identifier.
referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
includeSubtypes
if set to true subtypes are included.

Return Value

Returns an empty list if the source does not exist or if there are no matching targets.
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