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
Public Enumeration FractionFormatType
public enum class FractionFormatType
Members
| Member name | Value | Description |
---|
| Horizontal | 0 |
Horizontal stacking.
|
| Diagonal | 1 |
Diagonal stacking.
|
| NotStacked | 2 |
Not stacked (for example, 1/2).
|
See Also