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

e022a9c1 3a8e bb61 d9ea 1d1d1d1c32d1

haplokuon edited this page May 6, 2023 · 1 revision

AlternatePrecision Property

netDxf 3.0.0 Library

Gets or sets the number of decimal places of the tolerance alternate units. (DIMALTTD)

Definition

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

C#

public short AlternatePrecision { get; set; }

VB

Public Property AlternatePrecision As Short
	Get
	Set

C++

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

F#

member AlternatePrecision : int16 with get, set

Property Value

Int16

Remarks

Default: 2
It is recommended to use values in the range 0 to 8.

See Also

Reference

DimensionStyleTolerances Class
netDxf.Tables Namespace

Clone this wiki locally