'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function GetDataTypeDictionariesFromDataTypeDictionaryIds( _ ByVal dataTypeDictionaryIdList As IReadOnlyList(Of UAModelNodeDescriptor) _ ) As ValueResult(Of Byte())()
'Usage
Dim instance As IUADataTypeDictionaryProvider Dim dataTypeDictionaryIdList As IReadOnlyList(Of UAModelNodeDescriptor) Dim value() As ValueResult(Of Byte()) value = instance.GetDataTypeDictionariesFromDataTypeDictionaryIds(dataTypeDictionaryIdList)
[ElementsNotNull()] [NotNull()] ValueResult<byte[]>[] GetDataTypeDictionariesFromDataTypeDictionaryIds( IReadOnlyList<UAModelNodeDescriptor> dataTypeDictionaryIdList )
[ElementsNotNull()] [NotNull()] array<ValueResult<array<byte>>^>^ GetDataTypeDictionariesFromDataTypeDictionaryIds( IReadOnlyList<UAModelNodeDescriptor^>^ dataTypeDictionaryIdList )
Parameters
- dataTypeDictionaryIdList
- A list of data type dictionary IDs.
Return Value
An array of value results with the data type dictionaries obtained, for corresponding indexes of the input list.