OPC Labs Base Library
FieldDataDictionary Collection
Members 
OpcLabs_BaseLib ActiveX DLL : FieldDataDictionary Collection
Description
This is a dictionary where the key is a field name, and the value is a generic data of that field.

 

ProgId: OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary
CLSID (Class ID): 47d9e47b-96c5-4116-aad8-f547d7470126
Default interface: OpcLabs.BaseLib.DataTypeModel.ComTypes._FieldDataDictionary
Event source interface:

 

For more information, see FieldDataDictionary and OpcLabs.BaseLib.DataTypeModel.ComTypes._FieldDataDictionary in .NET Reference.

Object Model

FieldDataDictionary CollectionGenericData ObjectEnumerationData ObjectOpaqueData ObjectPrimitiveData ObjectSequenceData CollectionStructuredData CollectionUnionData ObjectDataType Object

Remarks

For remarks, see FieldDataDictionary and OpcLabs.BaseLib.DataTypeModel.ComTypes._FieldDataDictionary in .NET Reference.

Object creation

_FieldDataDictionaryPtr FieldDataDictionaryPtr(__uuidof(FieldDataDictionary));
FieldDataDictionary := CoFieldDataDictionary.Create;
var FieldDataDictionary = new ActiveXObject("OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary");
FieldDataDictionary := CoFieldDataDictionary.Create;
$FieldDataDictionary = Win32::OLE->new("OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary");
$FieldDataDictionary = new COM("OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary");
OLEObject FieldDataDictionary
FieldDataDictionary = CREATE OLEObject
FieldDataDictionary.ConnectToNewObject("OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary")
FieldDataDictionary = win32com.client.Dispatch('OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary')
Dim FieldDataDictionary As New OleObject ("OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary")
Dim FieldDataDictionary As New FieldDataDictionary
FieldDataDictionary = CREATEOBJECT("OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary")
Dim FieldDataDictionary As New FieldDataDictionary
Dim FieldDataDictionary: Set FieldDataDictionary = CreateObject("OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary")
FieldDataDictionary := CreateObject("OpcLabs.BaseLib.DataTypeModel.FieldDataDictionary")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): de8db6f8-d101-3a92-8d1c-e72e5f10e992

 

For more information, see ICollection in .NET Reference.

 

IID (Interface ID): ab3f47e4-c227-3b05-bf9f-94649bef9888

 

For more information, see IDeserializationCallback in .NET Reference.

 

IID (Interface ID): 6a6841df-3287-3d87-8060-ce0b4c77d2a1

 

For more information, see IDictionary in .NET Reference.

 

IID (Interface ID): 496b0abe-cdee-11d3-88e8-00902754c43a

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see FieldDataDictionary in .NET Reference.

See Also

FieldDataDictionary Members