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



Opc.Ua Namespace > NodeBrowser Class > Add Method : Add(NodeId,Boolean,ExpandedNodeId) Method
Adds a reference to target identified by its node id.
Syntax
'Declaration
 
Public Overloads Overridable Sub Add( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal targetId As ExpandedNodeId _
) 
'Usage
 
Dim instance As NodeBrowser
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim targetId As ExpandedNodeId
 
instance.Add(referenceTypeId, isInverse, targetId)

Parameters

referenceTypeId
isInverse
targetId
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

NodeBrowser Class
NodeBrowser Members
Overload List