Click or drag to resize

LinetypeSegmentLength Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the dash, dot or space length.

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

Property Value

Type: Double
Remarks
A positive decimal number denotes a pen-down (dash) segment of that length. A negative decimal number denotes a pen-up (space) segment of that length. A dash length of 0 draws a dot.
See Also