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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > StructuredData Class > StructuredData Constructor : StructuredData Constructor(FieldDataDictionary)
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 field data dictionary.
Syntax
'Declaration
 
Public Function New( _
   ByVal fieldData As FieldDataDictionary _
)
'Usage
 
Dim fieldData As FieldDataDictionary
 
Dim instance As New StructuredData(fieldData)
public StructuredData( 
   FieldDataDictionary fieldData
)
public:
StructuredData( 
   FieldDataDictionary^ fieldData
)

Parameters

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