Click or drag to resize

DimensionStyleDimScaleLinear Property

Gets or sets a scale factor for linear dimension measurements

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

Property Value

Type: Double
Remarks
All linear dimension distances, including radii, diameters, and coordinates, are multiplied by DIMLFAC before being converted to dimension text.
Positive values of DIMLFAC are applied to dimensions in both model space and paper space; negative values are applied to paper space only.
DIMLFAC has no effect on angular dimensions.
See Also