Click or drag to resize

DimensionStyleLengthPrecision Property

Sets the number of decimal places displayed for the primary units of a dimension.

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public short LengthPrecision { get; set; }

Property Value

Type: Int16
Remarks
Default: 2
It is recommended to use values in the range 0 to 8.
For architectural and fractional the precision used for the minimum fraction is 1/2^LinearDecimalPlaces.
See Also