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 410
a107a8a7 74b2 e2b0 dcf1 eda585def115
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the number of decimal places displayed for the primary units of a dimension. (DIMDEC)
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: 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.