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

106cf740 9a72 cd88 55d4 7f3000f3fdbc

haplokuon edited this page May 6, 2023 · 1 revision

AngularDecimalPlaces Property

netDxf 3.0.0 Library

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

Definition

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

C#

public short AngularDecimalPlaces { get; set; }

VB

Public Property AngularDecimalPlaces As Short
	Get
	Set

C++

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

F#

member AngularDecimalPlaces : int16 with get, set

Property Value

Int16

See Also

Reference

UnitStyleFormat Class
netDxf.Units Namespace

Clone this wiki locally