Skip to content

OpenBIMRL | List functions

Class path: collection.list.getElementAt

Element at

getElementAt1.png

Description

Gets an element in a list by specifying the index.

Input

Input Name Type Description
0 List List<Object> List in which the element is searched for
1 Index Number Index of the element

Output

Output Name Type Description
0 Element Object element searched

Use/Example

getElementAt2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself