City Based Parking and Routing System API Documentation

Vehicle.ForwardGap Method 

Calculates the forward gap between the current and specified vehicle.

public int ForwardGap(
   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