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

3f3a1e3d 4879 896f f389 0a590921a84f

haplokuon edited this page May 6, 2023 · 1 revision

AUnits Property

netDxf 3.0.0 Library

Units format for angles.

Definition

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

C#

public AngleUnitType AUnits { get; set; }

VB

Public Property AUnits As AngleUnitType
	Get
	Set

C++

public:
property AngleUnitType AUnits {
	AngleUnitType get ();
	void set (AngleUnitType value);
}

F#

member AUnits : AngleUnitType with get, set

Property Value

AngleUnitType

Remarks

Default value: Decimal degrees.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally