Click or drag to resize

ArcLengthDimensionOffset Property

Gets or sets the distance between the center of the measured arc and the dimension line.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public double Offset { get; set; }

Property Value

Type: Double
Remarks
Positive values will measure the arc length between the start point and the end point while negative values will measure the opposite arc length. Even thought, zero values are allowed, they are not recommended.
See Also