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



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

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.
browseName
Name of the browse.

Return Value

Returns null if the source does not exist or if there is no matching target.
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