Opc.Ua.Core
Import(ReferenceDescription) Method



Opc.Ua Namespace > NodeTable Class > Import Method : Import(ReferenceDescription) Method
The reference.
Creates/updates a node from a ReferenceDescription.
Syntax
'Declaration
 
Public Overloads Function Import( _
   ByVal reference As ReferenceDescription _
) As INode
'Usage
 
Dim instance As NodeTable
Dim reference As ReferenceDescription
Dim value As INode
 
value = instance.Import(reference)
public INode Import( 
   ReferenceDescription reference
)
public:
INode^ Import( 
   ReferenceDescription^ reference
) 

Parameters

reference
The reference.

Return Value

Node
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

NodeTable Class
NodeTable Members
Overload List