Start » Filter Reference » Data Flow » Conditional Processing » SwapObjects
Module: | FoundationLite |
---|
Swaps two objects depending on the specified condition.
Name | Type | Description | |
---|---|---|---|
inObject1 | <T> | First object | |
inObject2 | <T> | Second object | |
inSwap | Bool | Determines whether the objects are swapped | |
outObject1 | <T> | First output object | |
outObject2 | <T> | Second output object |
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.