Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Array Composition » MergeArrays

MergeArrays


Concatenates the input arrays from a conditional input, one after another.

Name Type Description
inConditionalArray1 <T>Array? First array to be joined
inConditionalArray2 <T>Array? Second array to be joined
inConditionalArray3 <T>Array? Third array to be joined
inConditionalArray4 <T>Array? Fourth array to be joined
outJoinedArray <T>Array Array of existing input objects

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.