This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 419
90ef2d48 efcd a3b8 6031 fce4a119b109
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Units format for coordinates and distances.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LinearUnitType LUnits { get; set; }
VB
Public Property LUnits As LinearUnitType
Get
Set
C++
public:
property LinearUnitType LUnits {
LinearUnitType get ();
void set (LinearUnitType value);
}
F#
member LUnits : LinearUnitType with get, set
Default value: Decimal.
If the LUnits is set to Architectural or Engineering the InsUnits variable will be set to Inches automatically.