Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Data Flow » Loop Utils » LastMarkedObject

LastMarkedObject


Module: FoundationLite

Returns the last value passed with inCondition set to 'True'.

Name Type Description
Input value inObject <T> Object that may be chosen
Input value inInitialObject <T> Object to be used before first marked object appears
Input value inCondition Bool Indicates whether the input object will be chosen
Input value inReset Bool Reset accumulator state
Output value outObject <T> Object from the last iteration in which the condition was true
Output value outIndex Integer Index of iteration when the last marked object appeared

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 Advanced Complexity Level.