Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Array » Array Basics » GetMultipleArrayElements_Deprecated
| Module: | FoundationLite | 
|---|
Extracts multiple elements from an array.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inArray | <T>Array | Input array | 
![]()  | 
				inIndices | IntegerArray | Indices within the array | 
![]()  | 
				inInverse | Bool | Determines if the indices are counted from beginning or from end of the input array | 
![]()  | 
				outValues | <T>Array | Output values | 
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 | Index out of range in GetMultipleArrayElements_Deprecated. | 
Complexity Level
This filter is available on Basic Complexity Level.

 Basic
