Back to FabImage Studio website
You are here: Start » Filter Reference » Loop Utils » LastMarkedObject
Returns the last value passed with inCondition set to 'True'.
Name | Type | Description | |
---|---|---|---|
![]() |
inObject | T | Object that may be chosen |
![]() |
inInitialObject | T | Object to be used before first marked object appears |
![]() |
inCondition | Bool | Indicates whether the input object will be chosen |
![]() |
outObject | T | Object from the last iteration in which the condition was true |
![]() |
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 Basic Complexity Level.