QuickOPC User's Guide and Reference
AddNode Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UAModelClient Class : AddNode Method
Endpoint descriptor. Identifies the OPC-UA server.
Node descriptor. Identifies the node in OPC server's address space.
The node object to be added to the model client.
Adds a node object to the model client.
Syntax
'Declaration
 
Public Sub AddNode( _
   ByVal endpointDescriptor As UAEndpointDescriptor, _
   ByVal nodeDescriptor As UANodeDescriptor, _
   ByVal node As Object _
) 
'Usage
 
Dim instance As UAModelClient
Dim endpointDescriptor As UAEndpointDescriptor
Dim nodeDescriptor As UANodeDescriptor
Dim node As Object
 
instance.AddNode(endpointDescriptor, nodeDescriptor, node)

Parameters

endpointDescriptor
Endpoint descriptor. Identifies the OPC-UA server.
nodeDescriptor
Node descriptor. Identifies the node in OPC server's address space.
node
The node object to be added to the model client.
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UAModelClient Class
UAModelClient Members