Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

d37f7698 efd8 dd99 fca3 7da80eefd471

haplokuon edited this page May 6, 2023 · 1 revision

IsClosed Property

netDxf 3.0.0 Library

Gets if the spline is closed.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool IsClosed { get; }

VB

Public ReadOnly Property IsClosed As Boolean
	Get

C++

public:
property bool IsClosed {
	bool get ();
}

F#

member IsClosed : bool with get

Property Value

Boolean

Remarks

An Spline is closed when the start and end control points are the same.

See Also

Reference

Spline Class
netDxf.Entities Namespace

Clone this wiki locally