Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Array » Array Basics » GetArrayArrayElement

GetArrayArrayElement


Module: FoundationLite

Extracts a single element from an array at the specified index.

Name Type Range Description
Input value inArray <T>ArrayArray Input array
Input value inRow Integer 0 -
Input value inColumn Integer 0 -
Output value outValue <T> Element from the array

The type of this filter is defined using the type variable T which represents any valid type. Read more.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Column index out of range in GetArrayArrayElement.
DomainError Negative index in GetArrayArrayElement.
DomainError Row index out of range in GetArrayArrayElement.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of GetArrayArrayElement filter group.