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

Skip to content
Snippets Groups Projects
Commit 844938a2 authored by Harald Martini's avatar Harald Martini
Browse files

implemented sleepercab property in AbstractXMLDeclarationExemptedVehicleDataProviderV24

parent 5fd8ffda
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider.v24
public override bool VocationalVehicle => false;
public override bool? SleeperCab => false;
public override bool? SleeperCab =>
ElementExists(XMLNames.Vehicle_SleeperCab) && GetBool(XMLNames.Vehicle_SleeperCab);
public override TankSystem? TankSystem => null;
......
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