City Based Parking and Routing System API Documentation

DijkstraParkingVehicle.Create Method 

Factory Method

public static IVehicle Create(
   int id
);

Parameters

id
The id to be assigned to the vehicle.

Return Value

A newly created dijkstra parking vehicle with the specified id assigned.

See Also

DijkstraParkingVehicle Class | CBPRS.Parking Namespace