'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function GetDataTypeDictionaryFromDataTypeDictionaryId( _ ByVal dataTypeDictionaryProvider As IUADataTypeDictionaryProvider, _ ByVal dataTypeDictionaryId As UAModelNodeDescriptor _ ) As ValueResult(Of Byte())
'Usage
Dim dataTypeDictionaryProvider As IUADataTypeDictionaryProvider Dim dataTypeDictionaryId As UAModelNodeDescriptor Dim value As ValueResult(Of Byte()) value = IUADataTypeDictionaryProviderExtension.GetDataTypeDictionaryFromDataTypeDictionaryId(dataTypeDictionaryProvider, dataTypeDictionaryId)
[Extension()] [NotNull()] public static ValueResult<byte[]> GetDataTypeDictionaryFromDataTypeDictionaryId( IUADataTypeDictionaryProvider dataTypeDictionaryProvider, UAModelNodeDescriptor dataTypeDictionaryId )
[Extension()] [NotNull()] public: static ValueResult<array<byte>>^ GetDataTypeDictionaryFromDataTypeDictionaryId( IUADataTypeDictionaryProvider^ dataTypeDictionaryProvider, UAModelNodeDescriptor^ dataTypeDictionaryId )
Parameters
- dataTypeDictionaryProvider
- The OPC UA data type model provider.
This is typically obtained from the OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData.DataTypeDictionaryProvider property of the OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData service.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - dataTypeDictionaryId
- A data type dictionary ID.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).