OpenBIMRL | List functions
Class path: collection.list.getElementAt
Element at
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
Sample file
Download of a sample file so that the user can test the usage himself