City Based Parking and Routing System API Documentation

RoadSystem.GetVehicleTypeStatistics Method 

Gets the statistics for a certain type of vehicle.

public RouteStatistics GetVehicleTypeStatistics(
   Type type
);

Parameters

type
The Type of the vehicle.

Return Value

The route statistics for the specified type if present; Otherwise, null.

See Also

RoadSystem Class | CBPRS.Infrastructure Namespace