City Based Parking and Routing System API Documentation

OffsetLane.Create Method 

Creates a new instance of the offset lane.

new public static ILane Create(
   int id
);

Parameters

id
The id number assigned to the the offset lane.

Return Value

A new OffsetLane object with the specified id assigned.

See Also

OffsetLane Class | CBPRS.Infrastructure Namespace