City Based Parking and Routing System API Documentation

AdminSystem.AddVehicleSlot Method 

Creates a vehicle parking slot.

public void AddVehicleSlot(
   IVehicle vehicle,
   IParking parking,
   uint time
);

Parameters

vehicle
The vehicle that is parking.
parking
The place at which the vehicle is parked.
time
The time in simulation step the vehicle remains parked there.

See Also

AdminSystem Class | CBPRS.Parking Namespace