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

53e727cb 9925 703b 9e7a 3183363ca10f

haplokuon edited this page May 6, 2023 · 1 revision

LinearDecimalPlaces Property

netDxf 3.0.0 Library

Gets or sets the number of decimal places for linear units.

Definition

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

C#

public short LinearDecimalPlaces { get; set; }

VB

Public Property LinearDecimalPlaces As Short
	Get
	Set

C++

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

F#

member LinearDecimalPlaces : int16 with get, set

Property Value

Int16

Remarks

For architectural and fractional the precision used for the minimum fraction is 1/2^LinearDecimalPlaces.

See Also

Reference

UnitStyleFormat Class
netDxf.Units Namespace

Clone this wiki locally