City Based Parking and Routing System API Documentation

Lane.GetVehicleBehindOf Method 

Retrieves the first vehicle at or behind of the specified position.

public IVehicle GetVehicleBehindOf(
   int position
);

Parameters

position
The position which the vehicle should be behind of.

Return Value

IVehicle

Implements

ILane.GetVehicleBehindOf

See Also

Lane Class | CBPRS.Infrastructure Namespace