OPC Labs EasyOPC “Classic” Library
AEAttributeSetDictionary Collection
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : AEAttributeSetDictionary Collection
Description
This is a dictionary where the key is category ID, and the value an array of event attribute IDs for that category.

 

ProgId: OpcLabs.EasyOpc.AlarmsAndEvents.AEAttributeSetDictionary
CLSID (Class ID): 8522eb62-93d2-41da-a906-5c4a7cf39c4d
Default interface: OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._AEAttributeSetDictionary
Event source interface:

 

For more information, see AEAttributeSetDictionary and OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._AEAttributeSetDictionary in .NET Reference.

Object Model

AEAttributeSetDictionary CollectionInt32Collection Collection

Remarks

For remarks, see AEAttributeSetDictionary and OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._AEAttributeSetDictionary in .NET Reference.

Object creation

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

See Also

AEAttributeSetDictionary Members