'Declaration
<NotNullAttribute()> Public Overloads Function GetNode( _ ByVal modelNodeDescriptor As UAModelNodeDescriptor _ ) As Object
'Usage
Dim instance As UAModelClient Dim modelNodeDescriptor As UAModelNodeDescriptor Dim value As Object value = instance.GetNode(modelNodeDescriptor)
[NotNull()] public object GetNode( UAModelNodeDescriptor modelNodeDescriptor )
[NotNull()] public: Object^ GetNode( UAModelNodeDescriptor^ modelNodeDescriptor )
Parameters
- modelNodeDescriptor
- Model node descriptor. Identifies the node in OPC UA information model.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
Returns the specified node obtained from the model client.
This method never returns null
(Nothing
in Visual Basic).