'Declaration
<NotNullAttribute()> Public Function GetNodeType( _ ByVal modelNodeDescriptor As UAModelNodeDescriptor _ ) As Type
'Usage
Dim instance As UAModel Dim modelNodeDescriptor As UAModelNodeDescriptor Dim value As Type value = instance.GetNodeType(modelNodeDescriptor)
[NotNull()] public Type GetNodeType( UAModelNodeDescriptor modelNodeDescriptor )
[NotNull()] public: Type^ GetNodeType( 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 type of the specified node.
This method never returns null
(Nothing
in Visual Basic).