Opc.Ua.Core
Add(NodeId,Boolean,ExpandedNodeId) Method



Opc.Ua Namespace > ReferenceCollection Class > Add Method : Add(NodeId,Boolean,ExpandedNodeId) Method
The reference type identifier.
if set to true this is inverse reference.
The target identifier.
Adds the reference to the node.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal targetId As ExpandedNodeId _
) 
'Usage
 
Dim instance As ReferenceCollection
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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReferenceCollection Class
ReferenceCollection Members
Overload List