Click or drag to resize

UnitStyleFormatLinearDecimalPlaces Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the number of decimal places for linear units.

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

Property Value

Type: Int16
Remarks
For architectural and fractional the precision used for the minimum fraction is 1/2^LinearDecimalPlaces.
See Also