City Based Parking and Routing System API Documentation

Vehicle.BackwardGap Method 

Calculates the backward gap between the current and the specified vehicle.

public int BackwardGap(
   IVehicle veh
);

Parameters

veh
A valid IVehicle object

Return Value

The gap between the two vehicles in blocks.

See Also

Vehicle Class | CBPRS.Infrastructure Namespace