City Based Parking and Routing System API Documentation

ParkingSystem.VehicleIsParked Method 

Method to keep track of the average parking time.

public static void VehicleIsParked(
   uint time,
   bool reservation
);

Parameters

time
The time parked by the vehicle
reservation
boolean indicating if the vehicle had a reservation.

See Also

ParkingSystem Class | CBPRS.Parking Namespace