City Based Parking and Routing System API Documentation

Lane.ForwardGap Method (Int32)

Calculates the gap that is in front of the specified position.

public int ForwardGap(
   int position
);

Parameters

position
The position from which to calculate the gap.

Return Value

The forward gap.

Implements

ILane.ForwardGap

See Also

Lane Class | CBPRS.Infrastructure Namespace | Lane.ForwardGap Overload List