City Based Parking and Routing System API Documentation

ParkingPlace.ParkVehicle Method 

Parks a vehicle on the parking place.

public void ParkVehicle(
   IVehicle vehicle,
   uint period
);

Parameters

vehicle
The IVehicle to park.
period
The period that the vehicle intends to stay.

Implements

IParking.ParkVehicle

See Also

ParkingPlace Class | CBPRS.Parking Namespace