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

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

Glossary Item Box

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

Syntax

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

Parameters

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

Return Value

A list of references that match the direction and 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.