QuickOPC User's Guide and Reference
Add Method (_AEAttributeSetDictionary)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes Namespace > _AEAttributeSetDictionary Interface : Add Method
Syntax
'Declaration
 
Sub Add( _
   ByVal key As Integer, _
   ByVal item As Object _
) 
'Usage
 
Dim instance As _AEAttributeSetDictionary
Dim key As Integer
Dim item As Object
 
instance.Add(key, item)
void Add( 
   int key,
   object item
)
void Add( 
   int key,
   Object^ item
) 

Parameters

key
item
Requirements

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

See Also

Reference

_AEAttributeSetDictionary Interface
_AEAttributeSetDictionary Members