This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
3f3a1e3d 4879 896f f389 0a590921a84f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Units format for angles.
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
Default value: Decimal degrees.