City Based Parking and Routing System API Documentation

Lane.InsertVehicle Method 

Inserts a vehicle in the lane at the specified position.

public void InsertVehicle(
   IVehicle vehicle,
   int position
);

Parameters

vehicle
The IVehicle to insert into the lane.
position
The position at which to insert the vehicle.

Implements

ILane.InsertVehicle

See Also

Lane Class | CBPRS.Infrastructure Namespace