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

c80c49ae 742d f5fb 03df 6b4ccbe97aa6

haplokuon edited this page May 6, 2023 · 1 revision

FractionFormatType Enumeration

netDxf 3.0.0 Library

Defines the fraction format when DIMLUNIT is set to 4 (Architectural) or 5 (Fractional).

Definition

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

C#

public enum FractionFormatType

VB

Public Enumeration FractionFormatType

C++

public enum class FractionFormatType

F#

type FractionFormatType

Members

Horizontal 0 Horizontal stacking.
Diagonal 1 Diagonal stacking.
NotStacked 2 Not stacked (for example, 1/2).

See Also

Reference

netDxf.Units Namespace

Clone this wiki locally