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

5a334456 75de 3b5d 9e3a bd7133890514

haplokuon edited this page May 6, 2023 · 1 revision

DimAngularUnits Property

netDxf 3.0.0 Library

Gets or sets the units format for angular dimensions. (DIMAUNIT)

Definition

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

Property Value

AngleUnitType

Remarks

Decimal degrees
Degrees/minutes/seconds
Gradians
Radians

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally