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

cb5132da a243 0d3e d1a5 a719aa74f410

haplokuon edited this page May 6, 2023 · 1 revision

PLineGen Property

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 short PLineGen { get; set; }

VB

Public Property PLineGen As Short
	Get
	Set

C++

public:
property short PLineGen {
	short get ();
	void set (short value);
}

F#

member PLineGen : int16 with get, set

Property Value

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

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally