Tests if the polyline is closed.

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

Syntax

C#
public bool IsClosed()
Visual Basic (Declaration)
Public Function IsClosed As Boolean
Visual C++
public:
bool IsClosed()

Return Value

True if the polyline is closed, false otherwise. A polyline is closed if the start point of the first edge falls on the end point of the last edge.

See Also