ACadSharp.Tables.DimensionStyle.TextOutsideExtensions - DomCR/ACadSharp GitHub Wiki
Controls whether a dimension line is drawn between the extension lines even when the text is placed outside. (see DIMTOFL System Variable).
For radius and diameter dimensions, a dimension line is drawn inside the circle or arc when the text, arrowheads, and leader are placed outside.
Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Boolean TextOutsideExtensions { get; set; }
Boolean
true: Draws dimension lines between the measured points even when arrowheads are placed outside the measured points false: Does not draw dimension lines between the measured points when arrowheads are placed outside the measured points