ACadSharp.Tables.DimensionStyle.Rounding - DomCR/ACadSharp GitHub Wiki
Rounds all dimensioning distances to the specified value (see DIMRND System Variable).
For instance, if Rounding is set to 0.25, all distances round to the nearest 0.25 unit. If you set the value to 1.0, all distances round to the nearest integer. Note that the number of digits edited after the decimal point depends on the precision set by . This does not apply to angular dimensions.Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Double Rounding { get; set; }
Double