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 415
1755df5e 0f20 a994 ce37 c11d67ce553a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the number of decimal places. (DIMTDEC)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short Precision { get; set; }
VB
Public Property Precision As Short
Get
Set
C++
public:
property short Precision {
short get ();
void set (short value);
}
F#
member Precision : int16 with get, set
Int16
Default: 4
It is recommended to use values in the range 0 to 8.