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

80a5af0f 670d 99ef 7657 e59a401c57c6

haplokuon edited this page May 6, 2023 · 1 revision

AngularPrecision Property

netDxf 3.0.0 Library

Gets or sets the number of precision places displayed in angular dimensions. (DIMADEC)

Definition

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

C#

public short AngularPrecision { get; set; }

VB

Public Property AngularPrecision As Short
	Get
	Set

C++

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

F#

member AngularPrecision : int16 with get, set

Property Value

Int16

Remarks

Default: 0
If set to -1 angular dimensions display the number of decimal places specified by LengthPrecision. It is recommended to use values in the range 0 to 8.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally