DimensionStyleFractionalType Property
|
Gets or sets the fraction format when DIMLUNIT is set to Architectural or Fractional.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public FractionFormatType FractionalType { get; set; }
Public Property FractionalType As FractionFormatType
Get
Set
public:
property FractionFormatType FractionalType {
FractionFormatType get ();
void set (FractionFormatType value);
}
member FractionalType : FractionFormatType with get, set
PROPERTY FractionalType AS FractionFormatType GET SET
Property Value
Type:
FractionFormatTypeRemarks
Horizontal stacking
Diagonal stacking
Not stacked (for example, 1/2)
See Also