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

referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
includeSubtypes
if set to true subtypes are included.
typeTree
The type tree.
index
The index.

Glossary Item Box

Returns a single target that meets the specifed criteria.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ReferenceCollection
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim includeSubtypes As Boolean
Dim typeTree As ITypeTable
Dim index As Integer
Dim value As ExpandedNodeId
 
value = instance.FindTarget(referenceTypeId, isInverse, includeSubtypes, typeTree, index)

Parameters

referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
includeSubtypes
if set to true subtypes are included.
typeTree
The type tree.
index
The index.

Return Value

A single target that meets the specifed criteria.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.