 | LinearUnitType Enumeration |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Linear units format for creating objects.
Namespace:
netDxf.Units
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
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