EasyUA Reference
IsRelatedTo Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IAdvancedFilterTarget Interface : IsRelatedTo Method

context
intermediateNodeId
sourceTypeId
targetTypeId
referenceTypeId
hops
includeTypeDefintionSubtypes
includeReferenceSubtypes

Glossary Item Box

Returns TRUE if the node is related to the current target.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IAdvancedFilterTarget
Dim context As FilterContext
Dim intermediateNodeId As NodeId
Dim sourceTypeId As NodeId
Dim targetTypeId As NodeId
Dim referenceTypeId As NodeId
Dim hops As Integer
Dim includeTypeDefintionSubtypes As Boolean
Dim includeReferenceSubtypes As Boolean
Dim value As Boolean
 
value = instance.IsRelatedTo(context, intermediateNodeId, sourceTypeId, targetTypeId, referenceTypeId, hops, includeTypeDefintionSubtypes, includeReferenceSubtypes)

Parameters

context
intermediateNodeId
sourceTypeId
targetTypeId
referenceTypeId
hops
includeTypeDefintionSubtypes
includeReferenceSubtypes

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.