City Based Parking and Routing System API Documentation

ParkingGarage.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 of time the vehicle intends to park.

Implements

IParking.ParkVehicle

See Also

ParkingGarage Class | CBPRS.Parking Namespace