QuickOPC User's Guide and Reference
UADataTypeDescriptor Constructor(UAModelNodeDescriptor,Object)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UADataTypeDescriptor Class > UADataTypeDescriptor Constructor : UADataTypeDescriptor Constructor(UAModelNodeDescriptor,Object)
The model node of the data type dictionary.
Identification of the data type inside the data type dictionary.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataTypeDictionaryDescriptor As UAModelNodeDescriptor, _
   ByVal dataTypeDescription As Object _
)
'Usage
 
Dim dataTypeDictionaryDescriptor As UAModelNodeDescriptor
Dim dataTypeDescription As Object
 
Dim instance As New UADataTypeDescriptor(dataTypeDictionaryDescriptor, dataTypeDescription)

Parameters

dataTypeDictionaryDescriptor
The model node of the data type dictionary.
dataTypeDescription
Identification of the data type inside the data type dictionary.
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