PlcObjectCollection Members

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

PlcObjectCollection()

Initializes a new instance of the PlcObjectCollection class.

C#

public PlcObjectCollection()

GetKeyForItem(PlcObject)

Extracts the key from the specified element.

C#

protected override PlcName GetKeyForItem(PlcObject item)


Parameters

item PlcObject

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).