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



Opc.Ua Namespace > NodeBrowser Class > Add Method : Add(NodeId,Boolean,NodeState) Method
Adds a reference to target entity.
Syntax
'Declaration
 
Public Overloads Overridable Sub Add( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean, _
   ByVal target As NodeState _
) 
'Usage
 
Dim instance As NodeBrowser
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim target As NodeState
 
instance.Add(referenceTypeId, isInverse, target)
public virtual void Add( 
   NodeId referenceTypeId,
   bool isInverse,
   NodeState target
)
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, 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