OPC Studio User's Guide and Reference
_GenericDataCollection Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace : _GenericDataCollection Interface
Exposes OpcLabs.BaseLib.DataTypeModel.GenericDataCollection to COM clients.

This interface represents a collection, where the items are of type OpcLabs.BaseLib.DataTypeModel.GenericData.

Object Model
_GenericDataCollection InterfaceGenericData Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
<GuidAttribute("AF1573C3-B4BD-4ABD-A5DF-F1B32A24B513")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _GenericDataCollection 
'Usage
 
Dim instance As _GenericDataCollection
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("AF1573C3-B4BD-4ABD-A5DF-F1B32A24B513")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _GenericDataCollection 
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("AF1573C3-B4BD-4ABD-A5DF-F1B32A24B513")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _GenericDataCollection 
Remarks

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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