'Declaration<ExtensionAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Overloads Shared Function GetAnalogItemNode(Of TValue)( _ ByVal modelClient As UAModelClient, _ ByVal modelNodeDescriptor As UAModelNodeDescriptor _ ) As UAAnalogItemNode(Of TValue,TValue)
'UsageDim modelClient As UAModelClient Dim modelNodeDescriptor As UAModelNodeDescriptor Dim value As UAAnalogItemNode(Of TValue,TValue) value = UAModelClientExtension.GetAnalogItemNode(Of TValue)(modelClient, modelNodeDescriptor)
[Extension()] [JetBrains.Annotations.NotNull()] public static UAAnalogItemNode<TValue,TValue> GetAnalogItemNode<TValue>( UAModelClient modelClient, UAModelNodeDescriptor modelNodeDescriptor )
[Extension()] [JetBrains.Annotations.NotNull()] public: static UAAnalogItemNode<TValue^,TValue^>^ GetAnalogItemNodegeneric<typename TValue> ( UAModelClient^ modelClient, UAModelNodeDescriptor^ modelNodeDescriptor )
Parameters
- modelClient
- The OPC-UA model client.
The value of this parameter cannot be
null(Nothingin Visual Basic). - modelNodeDescriptor
- Model node descriptor. Identifies the node in OPC UA information model.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Type Parameters
- TValue
- The type of the value of the node.
Return Value
This method never returns null (Nothing in Visual Basic).