ACadSharp.Tables.DimensionStyle.MinusTolerance - DomCR/ACadSharp GitHub Wiki
Gets or sets the minimum (or lower) tolerance limit for dimension text when or is on (true). (see DIMTM System Variable).
MinusTolerance accepts signed values. If is on and and MinusTolerance are set to the same value, a tolerance value is drawn. If MinusTolerance and values differ, the upper tolerance is drawn above the lower, and a plus sign is added to the value if it is positive. For MinusTolerance, the program uses the negative of the value you enter (adding a minus sign if you specify a positive number and a plus sign if you specify a negative number).Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Double MinusTolerance { get; set; }
Double