City Based Parking and Routing System API Documentation

ILane.GetVehicle Method 

Gets the vehicle that occupies the specified position.

IVehicle GetVehicle(
   int position
);

Parameters

position
The position at which to retrieve the vehicle.

Return Value

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

See Also

ILane Interface | CBPRS.Infrastructure Namespace