City Based Parking and Routing System API Documentation

SectorStation.RemoveLampPost Method 

Removes a lamppost from the collection of lampposts.

public bool RemoveLampPost(
   LampPost post
);

Parameters

post
The LampPost to remove from the collection.

Return Value

True if the post was removed; Otherwise, false.

See Also

SectorStation Class | CBPRS.Parking Namespace