Click or drag to resize

DimensionStyleDimScaleOverall Property

Get or set the overall scale factor applied to dimensioning variables that specify sizes, distances, or offsets.

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public double DimScaleOverall { get; set; }

Property Value

Type: Double
Remarks
DIMSCALE does not affect measured lengths, coordinates, or angles.
DIMSCALE values of zero are not supported, any imported drawing with a zero value will set the scale to the default 1.0.
Default: 1.0
See Also