Back to Adaptive Vision Studio website

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

EnumerateElements


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

Name Type Range Description
inArray TArray 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.
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.