Click or drag to resize

HeaderVariablesLUnits Property

Units format for coordinates and distances.

Namespace:  DXFReaderNET.Header
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public LinearUnitType LUnits { get; set; }

Property Value

Type: LinearUnitType
Remarks
Default value: Decimal.
If the LUnits is set to Architectural or Engineering the InsUnits variable will be set to Inches automatically.
See Also