Opc.Ua.Core
Add(IReference) Method



Opc.Ua Namespace > NodeBrowser Class > Add Method : Add(IReference) Method
Adds a reference to target entity.
Syntax
'Declaration
 
Public Overloads Overridable Sub Add( _
   ByVal reference As IReference _
) 
'Usage
 
Dim instance As NodeBrowser
Dim reference As IReference
 
instance.Add(reference)
public virtual void Add( 
   IReference reference
)
public:
virtual void Add( 
   IReference^ reference
) 

Parameters

reference
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