City Based Parking and Routing System API Documentation

ILane.InsertVehicle Method 

Inserts a vehicle at the specified position.

void InsertVehicle(
   IVehicle vehicle,
   int position
);

Parameters

vehicle
A IVehicle object.
position
The position in block at which to insert the vehicle.

See Also

ILane Interface | CBPRS.Infrastructure Namespace