City Based Parking and Routing System API Documentation

ILane.RemoveVehicle Method 

Removes a vehicle from the collection of vehicle for this lane.

bool RemoveVehicle(
   IVehicle vehicle
);

Parameters

vehicle
A IVehicle object.

Return Value

True if the vehicle was added sucessfully; Otherwise, false.

See Also

ILane Interface | CBPRS.Infrastructure Namespace