City Based Parking and Routing System API Documentation

ParkingSystem.GetParking Method 

Gets a ParkingPlace or ParkingGarage from the system.

public IParking GetParking(
   int id
);

Parameters

id
The id of the parking to retrieve.

Return Value

The parking if found; Otherwise, null.

See Also

ParkingSystem Class | CBPRS.Parking Namespace