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
cb5132da a243 0d3e d1a5 a719aa74f410
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Governs the generation of line type patterns around the vertexes of a 2D polyline.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short PLineGen { get; set; }VB
Public Property PLineGen As Short
Get
SetC++
public:
property short PLineGen {
short get ();
void set (short value);
}F#
member PLineGen : int16 with get, setInt16
Default value: 0.
1 = Line type is generated in a continuous pattern around vertexes of the polyline.
0 = Each segment of the polyline starts and ends with a dash.