Click or drag to resize

LinearUnitType Enumeration

Linear units format for creating objects.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public enum LinearUnitType
Members
  Member nameValueDescription
Scientific1 Scientific.
Decimal2 Decimal.
Engineering3 Engineering.
Architectural4 Architectural.
Fractional5 Fractional.
WindowsDesktop6 Microsoft Windows Desktop (decimal format using Control Panel settings for decimal separator and number grouping symbols).
See Also