Polyline.IsClosed Property

PolylineIsClosed Property

Gets a value that indicates whether this polyline is closed.

The polyline is considered to be closed if its start is identical to its endpoint.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsClosed { get; }
Public ReadOnly Property IsClosed As Boolean
	Get

Property Value

Type: Boolean
See Also