City Based Parking and Routing System API Documentation

Road.Create Method 

Creates a new instance of the current Road class.

public static IRoad Create(
   int id
);

Parameters

id
The id to be assigned to this road class.

Return Value

a new instance of the Road class with the specified id assigned.

See Also

Road Class | CBPRS.Infrastructure Namespace