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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > StructuredData Class > StructuredData Constructor : StructuredData Constructor(StructuredDataType)
The associated structured data type.
Initializes a new instance of the class. Initializes a new instance of the class with given data type.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataType As StructuredDataType _
)
'Usage
 
Dim dataType As StructuredDataType
 
Dim instance As New StructuredData(dataType)
public StructuredData( 
   StructuredDataType dataType
)
public:
StructuredData( 
   StructuredDataType^ dataType
)

Parameters

dataType
The associated structured data type.
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