'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.
Return Value
Returns the type of the specified node.