This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
e32d247a 56af ddf2 988c d31fd17d40e6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets if the polyline is closed.
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
Boolean