City Based Parking and Routing System API Documentation

Bus.Create Method 

The factory creation method.

public static IVehicle Create(
   int id
);

Parameters

id
The id for the newly create vehicle.

Return Value

A newly created Bus with the specified id assigned.

See Also

Bus Class | CBPRS.Parking Namespace