City Based Parking and Routing System API Documentation

Intersection.Create Method 

Creates a new Intersection object with the specified id.

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

Intersection Class | CBPRS.Infrastructure Namespace