Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Data Flow » Loop Generators » EnumerateElements

EnumerateElements


Module: FoundationLite

In each iteration gets a consecutive element of the input array.

Name Type Range Description
inArray <T>Array Input array
inStart Integer 0 - Index of the first element to be enumerated.
inCount Integer* 0 - Number of elements to be enumerated. Leave 'Auto' to enumerate to the end of the input array.
inInvert Bool Flag indicating whether to enumerate backwards or not
inDelay Bool Minimum time between iterations in milliseconds
inRepeat Bool Determines whether to repeat loop
outElement <T> Element from the array
outIndex Integer Index of the output element
outIsFirst Bool Flag indicating the first iteration
outIsLast Bool Flag indicating the last iteration

The type of this filter is defined using the type variable T which represents any valid type. Read more.

Complexity Level

This filter is available on Basic Complexity Level.