City Based Parking and Routing System API Documentation

ParkingSystem.GetRandomParkingNoChecks Method 

Gets a random ParkingPlace or ParkingGarage without check if they are availible.

public IParking GetRandomParkingNoChecks();

Return Value

A ParkingPlace or ParkingGarage object.

Remarks

This function is used when one does not care if a vehicle drives to an occupied parking.

See Also

ParkingSystem Class | CBPRS.Parking Namespace