LinearUnitType Enumeration
|
Linear units format for creating objects.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum LinearUnitType
Public Enumeration LinearUnitType
public enum class LinearUnitType
Members
| Member name | Value | Description |
---|
| 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).
|
See Also