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 409
5187aaa8 d846 4f5a fd3b deb878410f97
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Suppresses trailing zeros in linear decimal dimensions (for example, 12.5000 becomes 12.5).
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool SuppressLinearTrailingZeros { get; set; }
VB
Public Property SuppressLinearTrailingZeros As Boolean
Get
Set
C++
public:
property bool SuppressLinearTrailingZeros {
bool get ();
void set (bool value);
}
F#
member SuppressLinearTrailingZeros : bool with get, set
Boolean