City Based Parking and Routing System API Documentation

ILane.GetVehicleBehindOf Method 

Gets the vehicle in behind of the specified position.

IVehicle GetVehicleBehindOf(
   int position
);

Parameters

position
The position at which to start the search.

Return Value

A IVehicle object if one is behind of the specified position; Otherwise, null.

See Also

ILane Interface | CBPRS.Infrastructure Namespace