EasyUA Reference
Exists Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ReferenceCollection Class : Exists Method

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.

Glossary Item Box

Checks whether any references which meet the specified critia exist.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ReferenceCollection
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.