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 414
9bc50b38 6c5a adc0 3b89 796b2fdb6ecd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Enable or disable if the line type 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
Set
C++
public:
property bool LinetypeGeneration {
bool get ();
void set (bool value);
}
F#
member LinetypeGeneration : bool with get, set
Boolean