OPC Studio User's Guide and Reference
IUADataTypeDefinitionProvider Interface
Members 



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace : IUADataTypeDefinitionProvider Interface
Provides methods to access data type definitions in OPC UA model.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Interface IUADataTypeDefinitionProvider 
 
'Usage
 
Dim instance As IUADataTypeDefinitionProvider
Remarks

The data type definition provider typically caches the information obtained.

You can obtain the data type model provider interface (IUADataTypeDefinitionProvider) from the OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData.DataTypeDefinitionProvider 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