ACadSharp.Header.CadHeader.PolylineLineTypeGeneration - DomCR/ACadSharp GitHub Wiki
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
System variable PLINEGEN
Namespace: ACadSharp.Header.CadHeader
C#
CadSystemVariableAttribute
public Boolean PolylineLineTypeGeneration { get; set; }
Boolean