EasyUA Reference
Find(ExpandedNodeId,NodeId,Boolean,Boolean) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > INodeTable Interface > Find Method : Find(ExpandedNodeId,NodeId,Boolean,Boolean) Method

sourceId
The source identifier.
referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
includeSubtypes
if set to true subtypes are included.

Glossary Item Box

Follows the reference from the source and returns all target nodes.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As INodeTable
Dim sourceId As ExpandedNodeId
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim includeSubtypes As Boolean
Dim value As IList(Of INode)
 
value = instance.Find(sourceId, referenceTypeId, isInverse, includeSubtypes)

Parameters

sourceId
The source identifier.
referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
includeSubtypes
if set to true subtypes are included.

Return Value

Returns an empty list if the source does not exist or if there are no matching targets.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.