Opc.Ua.Core
Exists Method (IReferenceCollection)



Opc.Ua Namespace > IReferenceCollection Interface : Exists Method
The reference type identifier.
if set to true this is inverse reference.
The target identifier.
if set to true subtypes are included.
The type tree.
Checks whether any references which meet the specified critia exist.
Syntax
'Declaration
 
Function Exists( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal targetId As ExpandedNodeId, _
   ByVal includeSubtypes As Boolean, _
   ByVal typeTree As ITypeTable _
) As Boolean
'Usage
 
Dim instance As IReferenceCollection
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim targetId As ExpandedNodeId
Dim includeSubtypes As Boolean
Dim typeTree As ITypeTable
Dim value As Boolean
 
value = instance.Exists(referenceTypeId, isInverse, targetId, includeSubtypes, typeTree)

Parameters

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

Return Value

True if reference exists.
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