Skip to content

ACadSharp.Header.CadHeader.PolylineLineTypeGeneration

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

PolylineLineTypeGeneration Property

Governs the generation of linetype patterns around the vertices of a 2D polyline:
1 = Linetype is generated in a continuous pattern around vertices of the polyline
0 = Each segment of the polyline starts and ends with a dash

Remarks

System variable PLINEGEN

Definition

Namespace: ACadSharp.Header.CadHeader

C#

CadSystemVariableAttribute
public Boolean PolylineLineTypeGeneration { get; set; }

Property Value

Boolean

Clone this wiki locally