DimensionStyleDimScaleLinear Property
|
Gets or sets a scale factor for linear dimension measurements
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic double DimScaleLinear { get; set; }
Public Property DimScaleLinear As Double
Get
Set
public:
property double DimScaleLinear {
double get ();
void set (double value);
}
member DimScaleLinear : float with get, set
PROPERTY DimScaleLinear AS REAL8 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