City Based Parking and Routing System API Documentation

RoadSystem.AddIntersection Method 

Adds an intersection to the collection of intersections.

public void AddIntersection(
   IIntersection intersection
);

Parameters

intersection
The Intersection object to add.

See Also

RoadSystem Class | CBPRS.Infrastructure Namespace