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

e32d247a 56af ddf2 988c d31fd17d40e6

haplokuon edited this page May 6, 2023 · 1 revision

IsClosed Property

netDxf 3.0.0 Library

Gets or sets if the polyline is closed.

Definition

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

C#

public bool IsClosed { get; set; }

VB

Public Property IsClosed As Boolean
	Get
	Set

C++

public:
property bool IsClosed {
	bool get ();
	void set (bool value);
}

F#

member IsClosed : bool with get, set

Property Value

Boolean

See Also

Reference

Polyline3D Class
netDxf.Entities Namespace

Clone this wiki locally