City Based Parking and Routing System API Documentation

RouteTimeWriter.StoreRoute Method 

Stores a time sample in memory.

public static void StoreRoute(
   string type,
   uint step,
   double time,
   double lanes,
   uint vehicles
);

Parameters

type
The type of vehicle.
step
The current time step.
time
The average time of the route.
lanes
The average number of lanes on the route.
vehicles
The number of vehicles that traveled the route.

See Also

RouteTimeWriter Class | CBPRS.Infrastructure Namespace