City Based Parking and Routing System API Documentation

RoadSystem.GetIntersection Method 

Retrieves a intersection form the collection of intersections.

public IIntersection GetIntersection(
   int id
);

Parameters

id
The unique id of the intersection to retrieve.

Return Value

A Intersection object with the specified id if successful; Otherwise, null.

See Also

RoadSystem Class | CBPRS.Infrastructure Namespace