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; }
Public Property DimScaleOverall As Double
Get
Set
public:
property double DimScaleOverall {
double get ();
void set (double value);
}
member DimScaleOverall : float with get, set
PROPERTY DimScaleOverall AS REAL8 GET SET
Property Value
Type:
DoubleRemarks
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