City Based Parking and Routing System API Documentation

GEIntersection.Create Method 

Factory method

public static IIntersection Create(
   int id
);

Parameters

id
The id number to be assigned to the new instance.

Return Value

A new object with the specified id assigned to it.

See Also

GEIntersection Class | CBPRS.Infrastructure Namespace