Click or drag to resize

FractionFormatType Enumeration

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

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public enum FractionFormatType
Members
  Member nameValueDescription
Horizontal0 Horizontal stacking.
Diagonal1 Diagonal stacking.
NotStacked2 Not stacked (for example, 1/2).
See Also