City Based Parking and Routing System API Documentation

PrecedenceIntersection.Create Method 

Creates a new instance of the PrecedenceIntersection.

new public static PrecedenceIntersection Create(
   int id
);

Parameters

id
The pseudo unique id that is assigned to the object.

Return Value

A new instance of the PrecedenceIntersection class with the specified id assigned to it.

See Also

PrecedenceIntersection Class | CBPRS.Infrastructure Namespace