EasyUA Reference
Find(NodeId,Boolean,ITypeTable) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IReferenceDictionary<T> Class > Find Method : Find(NodeId,Boolean,ITypeTable) Method

referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
typeTree
The type tree.

Glossary Item Box

Returns a list of references that match the direction and are subtypes of the reference type.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IReferenceDictionary(Of T)
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim typeTree As ITypeTable
Dim value As IList(Of IReference)
 
value = instance.Find(referenceTypeId, isInverse, typeTree)

Parameters

referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
typeTree
The type tree.

Return Value

A list of references that match the direction and are subtypes of the reference type.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.