OPC Studio User's Guide and Reference
AEAttributeElementCollection Class
Members 



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace : AEAttributeElementCollection Class
A collection of attribute elements (AEAttributeElement), keyed by their Attribute Ids.
Object Model
AEAttributeElementCollection ClassAEAttributeElement Class
Syntax
'Usage
 
Dim instance As AEAttributeElementCollection
Remarks
This collection is returned by the browsing methods.

 

The EasyAEClient.QueryCategoryAttributes method finds out event attributes that the server can provide as part of an event notification within a given event category.

 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
            OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEAttributeElementCollection

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also