IApplierList
Short summary
An interface which provides a list of appliers as actions/operations Is needed to be able to use ForEach on chained appliers.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Properties
count
Type: UDINT
This property returns the amount of appliers in the list…
Methods
getApplier
- Parameters:
index(UDINT)
- Return type: IApplier
A method to get an applier at the given index.…
Code
Declaration
INTERFACE IApplierList EXTENDS CNM_AbstractObject.IObject