Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

d019071f a4ab e84b f186 ded7ea6a1f1e

haplokuon edited this page May 6, 2023 · 1 revision

PLineGen Field

netDxf 3.0.0 Library

Governs the generation of line type patterns around the vertexes of a 2D polyline.

Definition

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

Field Value

String

Remarks

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.

See Also

Reference

HeaderVariableCode Class
netDxf.Header Namespace

Clone this wiki locally