City Based Parking and Routing System API Documentation

RoadSystem.GetGenerator Method 

Retrieves a generator from the collection of intersections.

public IIntersection GetGenerator(
   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