OPC Labs EasyOPC “Classic” Library
AEAttributeElementCollection Collection
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : AEAttributeElementCollection Collection
Description
A collection of attribute elements (AEAttributeElement), keyed by their Attribute Ids.

 

ProgId: OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection
CLSID (Class ID): b02b6e23-9c24-43f9-adcc-c7d3f5bbe87e
Default interface: OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AEAttributeElementCollection
Event source interface:

 

For more information, see AEAttributeElementCollection and OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AEAttributeElementCollection in .NET Reference.

Object Model

AEAttributeElementCollection CollectionAEAttributeElement ObjectVarType Object

Remarks

For remarks, see AEAttributeElementCollection and OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AEAttributeElementCollection in .NET Reference.

Object creation

_AEAttributeElementCollectionPtr AEAttributeElementCollectionPtr(__uuidof(AEAttributeElementCollection));
AEAttributeElementCollection := CoAEAttributeElementCollection.Create;
var AEAttributeElementCollection = new ActiveXObject("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection");
AEAttributeElementCollection := CoAEAttributeElementCollection.Create;
$AEAttributeElementCollection = Win32::OLE->new("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection");
$AEAttributeElementCollection = new COM("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection");
OLEObject AEAttributeElementCollection
AEAttributeElementCollection = CREATE OLEObject
AEAttributeElementCollection.ConnectToNewObject("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection")
AEAttributeElementCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection')
Dim AEAttributeElementCollection As New OleObject ("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection")
Dim AEAttributeElementCollection As New AEAttributeElementCollection
AEAttributeElementCollection = CREATEOBJECT("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection")
Dim AEAttributeElementCollection As New AEAttributeElementCollection
Dim AEAttributeElementCollection: Set AEAttributeElementCollection = CreateObject("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection")
AEAttributeElementCollection := CreateObject("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

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

 

For more information, see ICollection in .NET Reference.

 

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

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Example

For examples, see AEAttributeElementCollection in .NET Reference.

See Also

AEAttributeElementCollection Members