Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
There is Car.Class which returns IClass object. I think the Id property is the index from 0 to however many classes there are. Or perhaps you need the Order. Just check in the Data Explorer what gives the value you're looking for.

if (result.Entity.Car.Class.Id == 0) ...