'Declaration
<NotNullAttribute()> Function GetDataTypeInDataTypeDictionaryModel( _ ByVal dataTypeDescriptor As UADataTypeDescriptor _ ) As ValueResult(Of DataType)
'Usage
Dim instance As IUADataTypeSystem Dim dataTypeDescriptor As UADataTypeDescriptor Dim value As ValueResult(Of DataType) value = instance.GetDataTypeInDataTypeDictionaryModel(dataTypeDescriptor)
[NotNull()] ValueResult<DataType> GetDataTypeInDataTypeDictionaryModel( UADataTypeDescriptor dataTypeDescriptor )
[NotNull()] ValueResult<DataType^>^ GetDataTypeInDataTypeDictionaryModel( UADataTypeDescriptor^ dataTypeDescriptor )
Parameters
- dataTypeDescriptor
- Identifies an OPC UA data type together with its data type dictionary.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).