City Based Parking and Routing System API Documentation

ILane.GetVehicleNode Method 

Gets a linked list node containing the vehicle at the specified position.

0, Culture=neutral, PublicKeyToken=null]] GetVehicleNode(
   int position
);

Parameters

position
The position at which to retrieve the vehicle.

Return Value

A linked list node containing a IVehicle object if one present at the specfied position; Otherwise, null.

See Also

ILane Interface | CBPRS.Infrastructure Namespace