City Based Parking and Routing System API Documentation

Lane.GetVehicle Method 

Gets a vehicle at the specified position.

public IVehicle GetVehicle(
   int position
);

Parameters

position
The position at which a IVehicle should reside.

Return Value

A IVehicle object if one is located at the specified position; Otherwise, false.

Implements

ILane.GetVehicle

See Also

Lane Class | CBPRS.Infrastructure Namespace