IList<Object> ConstructionLine.CreateStraightLines(IEnumerable<Point> pointCollection)
Create straight line edges by sequential connection of the provided points.
Examples
Parameters
-
pointCollection
A collection of Point.
Return Value
Type: IList<Object>
A list of the newly created edges.