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
53e727cb 9925 703b 9e7a 3183363ca10f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the number of decimal places for linear units.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short LinearDecimalPlaces { get; set; }
VB
Public Property LinearDecimalPlaces As Short
Get
Set
C++
public:
property short LinearDecimalPlaces {
short get ();
void set (short value);
}
F#
member LinearDecimalPlaces : int16 with get, set
Int16
For architectural and fractional the precision used for the minimum fraction is 1/2^LinearDecimalPlaces.