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

46e1bda2 9db7 4cf8 012f f3cb1142ceff

haplokuon edited this page May 6, 2023 · 1 revision

LUprec Property

netDxf 3.0.0 Library

Units precision for coordinates and distances.

Definition

Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public short LUprec { get; set; }

VB

Public Property LUprec As Short
	Get
	Set

C++

public:
property short LUprec {
	short get ();
	void set (short value);
}

F#

member LUprec : int16 with get, set

Property Value

Int16

Remarks

Valid values are integers from 0 to 8. Default value: 4.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally