This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Set
C++
public:
property short LengthPrecision {
short get ();
void set (short value);
}
F#
member LengthPrecision : int16 with get, set
Int16
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.