QuickOPC User's Guide and Reference
StructuredData Constructor(StructuredDataType,FieldDataDictionary)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > StructuredData Class > StructuredData Constructor : StructuredData Constructor(StructuredDataType,FieldDataDictionary)
The associated structured data type.
A dictionary of generic data keyed by field name.
Initializes a new instance of the class. Initializes a new instance of the class with given data type, and field data dictionary.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataType As StructuredDataType, _
   ByVal fieldData As FieldDataDictionary _
)
'Usage
 
Dim dataType As StructuredDataType
Dim fieldData As FieldDataDictionary
 
Dim instance As New StructuredData(dataType, fieldData)

Parameters

dataType
The associated structured data type.
fieldData
A dictionary of generic data keyed by field name.
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