OPC Studio User's Guide and Reference
StructuredData Constructor(StructuredDataType)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > StructuredData Class > StructuredData Constructor : StructuredData Constructor(StructuredDataType)
The associated structured data type.

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

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)

Parameters

dataType
The associated structured data type.

The value of this parameter 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