ObjAttAll
returns the value of an object attribute for all objects of the specified object type resulting in a table separated by TABS
| Syntax | #(Keyword, Parameter 1, Parameter 2, Parameter 3, Parameter 4) |
| Keyword | ObjAttAll |
| Parameter 1 | otyp The object type (otyp) corresponds with the string as displayed in labels. For some objects the parameter „otyp“ is listed below. Just the first two letters from the string are required for a correct designation. 0C point source 0D line source 0E area source 2A vertical area source 0A road 12 crossing (traffic light) 09 parking lot 0B railway 1C tennis 01 optimizable source 08 building 07 screen 02 receiver |
| Parameter 2 | All attributes of the selected object class are available. |
| Parameter 3 | number of decimals |
| Parameter 4 | rounding rule |
| Example | Comment |
| #(ObjAttAll, 0A000001, DTV) | exports/prints the mean daily traffic data (MDTD)s |
| #(ObjAttAll, 0A, DTV) | ibid (short version) |
| #(ObjAttAll, 02000000, LP1, 2, 0.500) | exports/prints the level of evaluation. parameter 1 at all receiver points, with two decimals, rounded to 0.5 |