'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.
Return Value
A value result: A success with the data type for the specified data type descriptor, or a failure.