QuickOPC User's Guide and Reference
_StructuredDataType Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace : _StructuredDataType Interface
Exposes OpcLabs.BaseLib.DataTypeModel.StructuredDataType to COM clients.
Object Model
_StructuredDataType InterfaceDataFieldCollection ClassDataField Class
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
<GuidAttribute("DA398E68-F727-4C12-A817-994154AF7C24")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _StructuredDataType 
'Usage
 
Dim instance As _StructuredDataType
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("DA398E68-F727-4C12-A817-994154AF7C24")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _StructuredDataType 
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("DA398E68-F727-4C12-A817-994154AF7C24")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _StructuredDataType 
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