City Based Parking and Routing System API Documentation

RoadSystem.CreateIntersection Method 

Creates a new Intersection object based on the specified type.

public IIntersection CreateIntersection(
   string type
);

Parameters

type
Type type of the Intersection interface inheritor to create.

Return Value

A Intersection object of the specified type with an unique id number assigned.

See Also

RoadSystem Class | CBPRS.Infrastructure Namespace