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 409
5a334456 75de 3b5d 9e3a bd7133890514
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the units format for angular dimensions. (DIMAUNIT)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public AngleUnitType DimAngularUnits { get; set; }
VB
Public Property DimAngularUnits As AngleUnitType
Get
Set
C++
public:
property AngleUnitType DimAngularUnits {
AngleUnitType get ();
void set (AngleUnitType value);
}
F#
member DimAngularUnits : AngleUnitType with get, set
Decimal degrees
Degrees/minutes/seconds
Gradians
Radians