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
3d9d99f1 4568 1ba5 56ea 04b5e8fc8584
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Linear units format for creating objects.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum LinearUnitType
VB
Public Enumeration LinearUnitType
C++
public enum class LinearUnitType
F#
type LinearUnitType
Scientific | 1 | Scientific. |
Decimal | 2 | Decimal. |
Engineering | 3 | Engineering. |
Architectural | 4 | Architectural. |
Fractional | 5 | Fractional. |
WindowsDesktop | 6 | Microsoft Windows Desktop (decimal format using Control Panel settings for decimal separator and number grouping symbols). |