City Based Parking and Routing System API Documentation |
|
Lane.Create Method
Creates a new instance of a Lane object
public static
Lane Create(
int id);
Parameters
-
id
- The id number to assigned to the object.
Return Value
A new instance of a Lane object.
See Also
Lane Class | CBPRS.Infrastructure Namespace