DimensionStyleDimRoundoff Property
|
Gets or sets the value to round all dimensioning distances.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double DimRoundoff { get; set; }
Public Property DimRoundoff As Double
Get
Set
public:
property double DimRoundoff {
double get ();
void set (double value);
}
member DimRoundoff : float with get, set
PROPERTY DimRoundoff AS REAL8 GET SET
Property Value
Type:
DoubleRemarks
Default: 0 (no rounding off).
If DIMRND is set to 0.25, all distances round to the nearest 0.25 unit.
If you set DIMRND to 1.0, all distances round to the nearest integer.
Note that the number of digits edited after the decimal point depends on the precision set by DIMDEC.
DIMRND does not apply to angular dimensions.
See Also