OPC Studio 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.

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value can be null (Nothing in Visual Basic).

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.

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value can be null (Nothing in Visual Basic).

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