QuickOPC User's Guide and Reference
GetNode(UAEndpointDescriptor,UANodeDescriptor) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UAModelClient Class > GetNode Method : GetNode(UAEndpointDescriptor,UANodeDescriptor) Method
Endpoint descriptor. Identifies the OPC-UA server.
Node descriptor. Identifies the node in OPC server's address space.
Obtains a node from the model client. The type of the node object is given by the model.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Overloads Function GetNode( _
   ByVal endpointDescriptor As UAEndpointDescriptor, _
   ByVal nodeDescriptor As UANodeDescriptor _
) As Object
'Usage
 
Dim instance As UAModelClient
Dim endpointDescriptor As UAEndpointDescriptor
Dim nodeDescriptor As UANodeDescriptor
Dim value As Object
 
value = instance.GetNode(endpointDescriptor, nodeDescriptor)

Parameters

endpointDescriptor
Endpoint descriptor. Identifies the OPC-UA server.
nodeDescriptor
Node descriptor. Identifies the node in OPC server's address space.

Return Value

Returns the specified node obtained from the model client.
Requirements

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

See Also

Reference

UAModelClient Class
UAModelClient Members
Overload List