OPC Studio User's Guide and Reference
_FieldDataDictionary Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace : _FieldDataDictionary Interface
Exposes OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary to COM clients.

This interface represents a directory, where the keys are of type System.Int32 and the values are of type System.Object.

Object Model
_FieldDataDictionary InterfaceGenericData Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
<GuidAttribute("231B964F-84F5-4CD7-92A2-BCD83B7599E2")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _FieldDataDictionary 
'Usage
 
Dim instance As _FieldDataDictionary
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("231B964F-84F5-4CD7-92A2-BCD83B7599E2")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _FieldDataDictionary 
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("231B964F-84F5-4CD7-92A2-BCD83B7599E2")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _FieldDataDictionary 
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