Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

3d9d99f1 4568 1ba5 56ea 04b5e8fc8584

haplokuon edited this page May 6, 2023 · 1 revision

LinearUnitType Enumeration

netDxf 3.0.0 Library

Linear units format for creating objects.

Definition

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

Members

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

Reference

netDxf.Units Namespace

Clone this wiki locally