Click or drag to resize

HeaderVariablesPLineGen Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Governs the generation of line type patterns around the vertexes of a 2D polyline.

Namespace:  netDxf.Header
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public short PLineGen { get; set; }
Request Example View Source

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