PlcTypeCollection Members

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll, IPS7LnkNet.Advanced.dll
The PlcTypeCollection type exposes the following members.

PlcTypeCollection()

Initializes a new instance of the PlcTypeCollection class.

C#

public PlcTypeCollection()

GetKeyForItem(PlcType)

Extracts the key from the specified element.

C#

protected override PlcName GetKeyForItem(PlcType item)


Parameters

item PlcType

The element from which to extract the key.


Returns

PlcName

The key for the specified element.



Exceptions

ArgumentNullException

The item is a null reference (Nothing in Visual Basic).