City Based Parking and Routing System API Documentation

ILane.IsOccupied Method 

Determines if a specified collection of blocks is occupied.

bool IsOccupied(
   int position,
   int length
);

Parameters

position
The position of the current vehicle.
length
The length of the vehicle.

Return Value

True if the one or more of the blocks are occupied; Otherwise, false.

See Also

ILane Interface | CBPRS.Infrastructure Namespace