City Based Parking and Routing System API Documentation

TrafficLightIntersection.Create Method 

Creates a new Intersection object with the specified id.

new public static IIntersection Create(
   int id
);

Parameters

id
The id to assign to the object.

Return Value

A Intersection with the specified id assigned to it.

See Also

TrafficLightIntersection Class | CBPRS.Infrastructure Namespace