Opc.Ua.Core
FindTarget Method (IReferenceCollection)



Opc.Ua Namespace > IReferenceCollection Interface : FindTarget Method
The reference type identifier.
if set to true this is inverse reference.
if set to true subtypes are included.
The type tree.
The index.
Returns a single target that meets the specifed criteria.
Syntax
'Declaration
 
Function FindTarget( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal includeSubtypes As Boolean, _
   ByVal typeTree As ITypeTable, _
   ByVal index As Integer _
) As ExpandedNodeId
'Usage
 
Dim instance As IReferenceCollection
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim includeSubtypes As Boolean
Dim typeTree As ITypeTable
Dim index As Integer
Dim value As ExpandedNodeId
 
value = instance.FindTarget(referenceTypeId, isInverse, includeSubtypes, typeTree, index)

Parameters

referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
includeSubtypes
if set to true subtypes are included.
typeTree
The type tree.
index
The index.

Return Value

A single target that meets the specifed criteria.
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

IReferenceCollection Interface
IReferenceCollection Members