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

referenceTypeId
Type of the reference.
isInverse
If set to true the refernce is an inverse reference.
targetId
The target of the reference.

Glossary Item Box

Adds a reference.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim targetId As ExpandedNodeId
 
instance.AddReference(referenceTypeId, isInverse, targetId)
C# 
public void AddReference( 
   NodeId referenceTypeId,
   bool isInverse,
   ExpandedNodeId targetId
)

Parameters

referenceTypeId
Type of the reference.
isInverse
If set to true the refernce is an inverse reference.
targetId
The target of the reference.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.