City Based Parking and Routing System API Documentation

Lane.GetVehicleNode Method 

Gets a vehicle at the specified position.

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

Parameters

position
The position at which a IVehicle should reside.

Return Value

A linked list node of the type containg the vehicle at the specified position if a vehicle was present at the location; Otherwise, null.

Implements

ILane.GetVehicleNode

See Also

Lane Class | CBPRS.Infrastructure Namespace