Click or drag to resize

HeaderVariablesPLineGen Property

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

Namespace:  DXFReaderNET.Header
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public short PLineGen { get; set; }

Property Value

Type: Int16
Remarks
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.
See Also