Provides a polyline. A polyline is a list of sorted edges where the end point of each edge is the start point of the next edge.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public class Polyline : List<Edge>
Visual Basic (Declaration)
Public Class Polyline _
	Inherits List(Of Edge)
Visual C++
public ref class Polyline : public List<Edge^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Edge>)>)
    ceometric.ComputationalGeometry..::.Polyline

See Also