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

90ef2d48 efcd a3b8 6031 fce4a119b109

haplokuon edited this page May 6, 2023 · 1 revision

LUnits Property

netDxf 3.0.0 Library

Units format for coordinates and distances.

Definition

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

Property Value

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

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally