City Based Parking and Routing System API Documentation

ParkingSystem.RemoveParking Method 

Removes a ParkingPlace or ParkingGarage from the system.

public bool RemoveParking(
   IParking parking
);

Parameters

parking
The parking place to remove.

Return Value

True if successfull; Otherwise, false.

See Also

ParkingSystem Class | CBPRS.Parking Namespace