EasyUA Reference
Add(NodeId,Boolean,NodeState) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeBrowser Class > Add Method : Add(NodeId,Boolean,NodeState) Method

referenceTypeId
isInverse
target

Glossary Item Box

Adds a reference to target entity.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeBrowser
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim target As NodeState
 
instance.Add(referenceTypeId, isInverse, target)
C# 
public virtual void Add( 
   NodeId referenceTypeId,
   bool isInverse,
   NodeState target
)

Parameters

referenceTypeId
isInverse
target

Remarks

Will not add the reference if the browse name does not match the browse name filter.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.