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

45c605dc 9d17 e698 f93f 4146b03966f2

haplokuon edited this page May 6, 2023 · 1 revision

LengthPrecision Property

netDxf 3.0.0 Library

Sets the number of decimal places displayed for the alternate units of a dimension. (DIMALTD)

Definition

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

C#

public short LengthPrecision { get; set; }

VB

Public Property LengthPrecision As Short
	Get
	Set

C++

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

F#

member LengthPrecision : int16 with get, set

Property Value

Int16

Remarks

Default: 4
It is recommended to use values in the range 0 to 8.
For architectural and fractional the precision used for the minimum fraction is 1/2^LinearDecimalPlaces.

See Also

Reference

DimensionStyleAlternateUnits Class
netDxf.Tables Namespace

Clone this wiki locally