This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 435
45c605dc 9d17 e698 f93f 4146b03966f2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Sets the number of decimal places displayed for the alternate units of a dimension. (DIMALTD)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short LengthPrecision { get; set; }VB
Public Property LengthPrecision As Short
Get
SetC++
public:
property short LengthPrecision {
short get ();
void set (short value);
}F#
member LengthPrecision : int16 with get, setInt16
Default: 4
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.