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

86278d7c c804 0fd6 6ddd 14a2ae961dfa

haplokuon edited this page May 6, 2023 · 1 revision

DimLengthUnits Property

netDxf 3.0.0 Library

Gets or sets the units for all dimension types except angular. (DIMLUNIT)

Definition

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

C#

public LinearUnitType DimLengthUnits { get; set; }

VB

Public Property DimLengthUnits As LinearUnitType
	Get
	Set

C++

public:
property LinearUnitType DimLengthUnits {
	LinearUnitType get ();
	void set (LinearUnitType value);
}

F#

member DimLengthUnits : LinearUnitType with get, set

Property Value

LinearUnitType

Remarks

Scientific
Decimal
Engineering
Architectural
Fractional

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally