City Based Parking and Routing System API Documentation

Lane.RemoveVehicle Method 

Removes a vehicle from the collection of vehicles.

public bool RemoveVehicle(
   IVehicle vehicle
);

Parameters

vehicle
The IVehicle to remove.

Return Value

True if the vehicle was removed; Otherwise, false.

Implements

ILane.RemoveVehicle

See Also

Lane Class | CBPRS.Infrastructure Namespace