OpenBIMRL | List functions
Class path: collection.list.count
Count
Description
Counts the number of elements in a list.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | List | List<Object> | List of elements to be counted |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Result | Number | Results list |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself