City Based Parking and Routing System API Documentation

RouteWriter.AddRoute Method 

Adds route information to the collection of data.

public void AddRoute(
   int vehicleId,
   string type,
   IRoute route
);

Parameters

vehicleId
The Id number of the vehicle.
type
The type of vehicle.
route
The route information of the vehicle.

See Also

RouteWriter Class | CBPRS.Infrastructure Namespace