Click or drag to resize

HatchPatternLineDefinitionDashPattern Property

Gets he dash pattern of the line it is equivalent as the segments of a Linetype.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<double> DashPattern { get; }

Property Value

Type: ListDouble
Remarks
Positive values means solid segments and negative values means spaces (one entry per element).
See Also