OPC Studio User's Guide and Reference
GetKeyForItem Method (AESubconditionElementCollection)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AESubconditionElementCollection Class : GetKeyForItem Method

The value of this parameter cannot be null (Nothing in Visual Basic).

Syntax
'Declaration
 
<NotNullAttribute()>
Protected Overrides NotOverridable Function GetKeyForItem( _
   ByVal item As AESubconditionElement _
) As String
'Usage
 
Dim instance As AESubconditionElementCollection
Dim item As AESubconditionElement
Dim value As String
 
value = instance.GetKeyForItem(item)
[NotNull()]
protected override string GetKeyForItem( 
   AESubconditionElement item
)
[NotNull()]
protected:
String^ GetKeyForItem( 
   AESubconditionElement^ item
) override 

Parameters

item

The value of this parameter cannot be null (Nothing in Visual Basic).

Return Value

This method never returns null (Nothing in Visual Basic).

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