EasyUA Reference
Find(ExpandedNodeId,NodeId,Boolean,Boolean,QualifiedName) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeTable Class > Find Method : Find(ExpandedNodeId,NodeId,Boolean,Boolean,QualifiedName) 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.
browseName
Name of the browse.

Glossary Item Box

Follows the reference from the source and returns the first target with the specified browse name.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeTable
Dim sourceId As ExpandedNodeId
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim includeSubtypes As Boolean
Dim browseName As QualifiedName
Dim value As INode
 
value = instance.Find(sourceId, referenceTypeId, isInverse, includeSubtypes, browseName)

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.
browseName
Name of the browse.

Return Value

Returns null if the source does not exist or if there is no matching target.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.