Skip to content

ACadSharp.Types.Units.UnitStyleFormat.LinearDecimalPlaces

Albert Domenech edited this page Jun 25, 2025 · 1 revision

LinearDecimalPlaces Property

Gets or sets the number of decimal places for linear units.

Remarks

For architectural and fractional the precision used for the minimum fraction is 1/2^LinearDecimalPlaces.

Definition

Namespace: ACadSharp.Types.Units.UnitStyleFormat

C#

public Int16 LinearDecimalPlaces { get; set; }

Property Value

Int16

Clone this wiki locally