City Based Parking and Routing System API Documentation

RoadSystem.RemoveGenerator Method 

Removes a generator from the collection of generators.

public bool RemoveGenerator(
   IIntersection intersection
);

Parameters

intersection
The Generator to remove.

Return Value

True if sucessfull; Otherwise, false.

See Also

RoadSystem Class | CBPRS.Infrastructure Namespace