City Based Parking and Routing System API Documentation

AntParkingVehicle.Create Method 

The vehicle creation factory method.

public static IVehicle Create(
   int id
);

Parameters

id
The id to be assigned to the vehicle.

Return Value

A newly created AntVehicle with the specified id assigned.

See Also

AntParkingVehicle Class | CBPRS.Parking Namespace