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
d019071f a4ab e84b f186 ded7ea6a1f1e
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 const string PLineGen = "$PLINEGEN"
VB
Public Const PLineGen As String = "$PLINEGEN"
C++
public:
literal String^ PLineGen = "$PLINEGEN"
F#
static val mutable PLineGen: string
String
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.