City Based Parking and Routing System API Documentation

RoadSystem.RemoveIntersection Method 

Removes an intersection from the collection of intersections.

public bool RemoveIntersection(
   IIntersection intersection
);

Parameters

intersection
The Intersection to remove from the collection.

Return Value

True if the intersection was removed sucessfully; Otherwise, false.

See Also

RoadSystem Class | CBPRS.Infrastructure Namespace