|
Description
|
Returns/sets the Plot scale factor.
|
Syntax Visual Basic
|
[form.]DXFReader.PlotScale[ = Value!]
|
|
Visual C++
|
float DXFReader.GetPlotScale(); void DXFReader.SetPlotScale(float NewValue);
|
|
Delphi
|
property PlotScale: Single;
|
|
C#
|
float DXFReader.PlotScale;
|
|
Remarks
|
The drawing units are multiplied by this property on plotting.
For example, setting PlotMode = drCentimeters and PlotScale = 2, every drawing unit is plotted 2 centimeters long.
This property is used only if the PlotMode property is set to drInch, drMillimeters or drCentimeters.
|
|
Data Type
|
Single
|
|
Default Value
|
1
|