'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.
- dataTypeDictionaryId
- A data type dictionary ID.
Return Value
A value result with the data type dictionary obtained.