QuickOPC User's Guide and Reference
GetDataTypeDictionaryFromDataTypeDictionaryId Method (_UADataTypeDictionaryProvider)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel.ComTypes Namespace > _UADataTypeDictionaryProvider Interface : GetDataTypeDictionaryFromDataTypeDictionaryId Method
A data type dictionary ID.
Gets a data type dictionary from given data type dictionary ID.
Syntax
'Declaration
 
<NotNullAttribute()>
Function GetDataTypeDictionaryFromDataTypeDictionaryId( _
   ByVal dataTypeDictionaryId As Object _
) As ValueResult
'Usage
 
Dim instance As _UADataTypeDictionaryProvider
Dim dataTypeDictionaryId As Object
Dim value As ValueResult
 
value = instance.GetDataTypeDictionaryFromDataTypeDictionaryId(dataTypeDictionaryId)
[NotNull()]
ValueResult GetDataTypeDictionaryFromDataTypeDictionaryId( 
   object dataTypeDictionaryId
)
[NotNull()]
ValueResult^ GetDataTypeDictionaryFromDataTypeDictionaryId( 
   Object^ dataTypeDictionaryId
) 

Parameters

dataTypeDictionaryId
A data type dictionary ID.

Return Value

A value result with the data type dictionary obtained.
Remarks

You can obtain the data type model provider interface (OpcLabs.EasyOpc.UA.DataTypeModel.IUADataTypeDictionaryProvider) from the OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData.DataTypeDictionaryProvider property of the OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData service.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also