'Declaration
Public Overrides Function FindDataTypeDescriptions( _ ByVal dataTypeIdList As IReadOnlyList(Of UANodeId), _ ByVal searchSupertypes As Boolean _ ) As ValueResult(Of UADataTypeDescription)()
'Usage
Dim instance As UAHeaderDataTypeSchema Dim dataTypeIdList As IReadOnlyList(Of UANodeId) Dim searchSupertypes As Boolean Dim value() As ValueResult(Of UADataTypeDescription) value = instance.FindDataTypeDescriptions(dataTypeIdList, searchSupertypes)
public override ValueResult<UADataTypeDescription>[] FindDataTypeDescriptions( IReadOnlyList<UANodeId> dataTypeIdList, bool searchSupertypes )
public: array<ValueResult<UADataTypeDescription^>^>^ FindDataTypeDescriptions( IReadOnlyList<UANodeId^>^ dataTypeIdList, bool searchSupertypes ) override
Parameters
- dataTypeIdList
- List of data type IDs.List of data type IDs.
- searchSupertypes
- Determines whether supertypes will be searched into.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.Returns an array of value results containing data type descriptions for each data type ID in the input list.