ACadSharp.Tables.DimensionStyle.ToleranceScaleFactor - DomCR/ACadSharp GitHub Wiki
ToleranceScaleFactor Property
Specifies a scale factor for the text height of fractions and tolerance values relative to the dimension text height, as set by (see DIMTFAC System Variable).
Remarks
For example, if ToleranceScaleFactor is set to 1.0, the text height of fractions and tolerances is the same height as the dimension text. If ToleranceScaleFactor is set to 0.7500, the text height of fractions and tolerances is three-quarters the size of dimension text.
Definition
Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Double ToleranceScaleFactor { get; set; }
Property Value
Double