This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
40b097e5 1357 1b7b 8c12 7bebad93350e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Enable or disable if the linetype pattern is generated continuously around the vertexes of the polyline.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool LinetypeGeneration { get; set; }VB
Public Property LinetypeGeneration As Boolean
Get
SetC++
public:
property bool LinetypeGeneration {
bool get ();
void set (bool value);
}F#
member LinetypeGeneration : bool with get, setBoolean