OPC Labs EasyOPC “Classic” Library
AECategoryElementCollection Collection
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : AECategoryElementCollection Collection
Description
A collection of category elements (AECategoryElement), keyed by their Category Ids.

 

ProgId: OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElementCollection
CLSID (Class ID): d4383639-c033-4a56-8731-7a18cabde5be
Default interface: OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AECategoryElementCollection
Event source interface:

 

For more information, see AECategoryElementCollection and OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AECategoryElementCollection in .NET Reference.

Object Model

AECategoryElementCollection CollectionAECategoryElement ObjectAEAttributeElementCollection CollectionAEAttributeElement ObjectAEConditionElementCollection CollectionAEConditionElement Object

Remarks

For remarks, see AECategoryElementCollection and OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AECategoryElementCollection in .NET Reference.

Object creation

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

See Also

AECategoryElementCollection Members