Click or drag to resize

DimensionStyleLengthPrecision Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the number of decimal places displayed for the primary units of a dimension.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public short LengthPrecision { get; set; }
Request Example View Source

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