Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 53ba9dc9 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix: read 'articulated' from PIF

parent 07c4bbd2
No related branches found
No related tags found
No related merge requests found
......@@ -1041,7 +1041,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
public RegistrationClass RegisteredClass { get; }
public VehicleCode VehicleCode { get; }
public FloorType FloorType { get; }
public bool Articulated { get; }
public bool Articulated { get { return GetBool(XMLNames.Vehicle_Articulated); } }
public Meter Height { get; }
public Meter Length { get; }
public Meter Width { get; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment