City Based Parking and Routing System API Documentation

Util.LinesAtConstantInterval Method 

Divides a line into a series of points at constant intervals.

public static PointF[] LinesAtConstantInterval(
   PointF[] lines,
   float length
);

Parameters

lines
The collection of lines to divide.
length
The full length of all lines combined.

Return Value

A collection of point represtinging the starting points of each block.

See Also

Util Class | CBPRS.Infrastructure Namespace