OpenBIMRL | Map functions
Class path: collection.map.getMapValueAtKey
Retrieve value

Description
Gets the value in a map at the location of the key.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Key | Object | Key |
| 1 | Map | AbstractMap | Map |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Value | Object | Value |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself