'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function FindDataTypeDescriptions( _ ByVal dataTypeIdList As IReadOnlyList(Of UANodeId), _ ByVal searchSupertypes As Boolean _ ) As ValueResult(Of UADataTypeDescription)()
'Usage
Dim instance As IUAReadOnlyDataTypeSchema Dim dataTypeIdList As IReadOnlyList(Of UANodeId) Dim searchSupertypes As Boolean Dim value() As ValueResult(Of UADataTypeDescription) value = instance.FindDataTypeDescriptions(dataTypeIdList, searchSupertypes)
[ElementsNotNull()] [NotNull()] ValueResult<UADataTypeDescription>[] FindDataTypeDescriptions( IReadOnlyList<UANodeId> dataTypeIdList, bool searchSupertypes )
[ElementsNotNull()] [NotNull()] array<ValueResult<UADataTypeDescription^>^>^ FindDataTypeDescriptions( IReadOnlyList<UANodeId^>^ dataTypeIdList, bool searchSupertypes )
Parameters
- dataTypeIdList
- List of data type IDs.
- searchSupertypes
- Determines whether supertypes will be searched into.
Return Value
Returns an array of value results containing data type descriptions for each data type ID in the input list.