OPC Labs EasyOPC “Classic” Library
AEAttributeValueDictionary Collection
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : AEAttributeValueDictionary Collection
Description
This is a dictionary where the key is attribute ID, and the value is the actual value of that event attribute.

 

ProgId: OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeValueDictionary
CLSID (Class ID): b9b6afee-d98d-4d71-9fb6-f46ac668a070
Default interface: OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._AEAttributeValueDictionary
Event source interface:

 

For more information, see AEAttributeValueDictionary and OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._AEAttributeValueDictionary in .NET Reference.

Remarks

For remarks, see AEAttributeValueDictionary and OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._AEAttributeValueDictionary in .NET Reference.

Object creation

_AEAttributeValueDictionaryPtr AEAttributeValueDictionaryPtr(__uuidof(AEAttributeValueDictionary));
AEAttributeValueDictionary := CoAEAttributeValueDictionary.Create;
var AEAttributeValueDictionary = new ActiveXObject("OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeValueDictionary");
AEAttributeValueDictionary := CoAEAttributeValueDictionary.Create;
$AEAttributeValueDictionary = Win32::OLE->new("OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeValueDictionary");
$AEAttributeValueDictionary = new COM("OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeValueDictionary");
OLEObject AEAttributeValueDictionary
AEAttributeValueDictionary = CREATE OLEObject
AEAttributeValueDictionary.ConnectToNewObject("OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeValueDictionary")
AEAttributeValueDictionary = win32com.client.Dispatch('OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeValueDictionary')
Dim AEAttributeValueDictionary As New OleObject ("OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeValueDictionary")
Dim AEAttributeValueDictionary As New AEAttributeValueDictionary
AEAttributeValueDictionary = CREATEOBJECT("OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeValueDictionary")
Dim AEAttributeValueDictionary As New AEAttributeValueDictionary
Dim AEAttributeValueDictionary: Set AEAttributeValueDictionary = CreateObject("OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeValueDictionary")
AEAttributeValueDictionary := CreateObject("OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeValueDictionary")
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 AEAttributeValueDictionary in .NET Reference.

See Also

AEAttributeValueDictionary Members