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

referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
targetId
The target identifier.

Glossary Item Box

Adds the reference to the node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IReferenceCollection
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim targetId As ExpandedNodeId
 
instance.Add(referenceTypeId, isInverse, targetId)

Parameters

referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.
targetId
The target identifier.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.