City Based Parking and Routing System API Documentation

RoadSystem.AddVehicleTypeStatistics Method 

Adds vehicle type stats.

public void AddVehicleTypeStatistics(
   Type type,
   float time,
   int roads
);

Parameters

type
The Type of the vehicle.
time
The total travel time for completed route.
roads
The total number of roads traveled.

See Also

RoadSystem Class | CBPRS.Infrastructure Namespace