City Based Parking and Routing System API Documentation

Lane.AddVehicle Method 

Adds a vehicle to the beginning of the lane.

public void AddVehicle(
   IVehicle vehicle
);

Parameters

vehicle
The IVehicle object to add.

Implements

ILane.AddVehicle

See Also

Lane Class | CBPRS.Infrastructure Namespace