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

86557574 d1fc 9b25 6887 9ef1d718150b

haplokuon edited this page May 6, 2023 · 1 revision

AngleUnitType Enumeration

netDxf 3.0.0 Library

Angular units format for creating objects.

Definition

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

C#

public enum AngleUnitType

VB

Public Enumeration AngleUnitType

C++

public enum class AngleUnitType

F#

type AngleUnitType

Members

DecimalDegrees 0 Decimal degrees.
DegreesMinutesSeconds 1 Degrees/minutes/seconds.
Gradians 2 Gradians
Radians 3 Radians
SurveyorUnits 4 Surveyor's units.

See Also

Reference

netDxf.Units Namespace

Clone this wiki locally