OPC Labs EasyOPC “Classic” Library
AECategoryElement Object
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : AECategoryElement Object
Description
Contains information gathered about an OPC event category.

 

ProgId: OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElement
CLSID (Class ID): 98a139c6-0f0f-428b-a40d-8c3f503b4651
Default interface: OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AECategoryElement
Event source interface:

 

For more information, see AECategoryElement and OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AECategoryElement in .NET Reference.

Object Model

AECategoryElement ObjectAEAttributeElementCollection CollectionAEAttributeElement ObjectAEConditionElementCollection CollectionAEConditionElement Object

Remarks

For remarks, see AECategoryElement and OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AECategoryElement in .NET Reference.

Object creation

_AECategoryElementPtr AECategoryElementPtr(__uuidof(AECategoryElement));
AECategoryElement := CoAECategoryElement.Create;
var AECategoryElement = new ActiveXObject("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElement");
AECategoryElement := CoAECategoryElement.Create;
$AECategoryElement = Win32::OLE->new("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElement");
$AECategoryElement = new COM("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElement");
OLEObject AECategoryElement
AECategoryElement = CREATE OLEObject
AECategoryElement.ConnectToNewObject("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElement")
AECategoryElement = win32com.client.Dispatch('OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElement')
Dim AECategoryElement As New OleObject ("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElement")
Dim AECategoryElement As New AECategoryElement
AECategoryElement = CREATEOBJECT("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElement")
Dim AECategoryElement As New AECategoryElement
Dim AECategoryElement: Set AECategoryElement = CreateObject("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElement")
AECategoryElement := CreateObject("OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AECategoryElement")
Interfaces
InterfaceDescription
An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

 

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

 

For more information, see ICloneable in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see AECategoryElement in .NET Reference.

See Also

AECategoryElement Members