|
Description
|
Returns/sets the current plotting mode.
|
Syntax Visual Basic
|
[form.]DXFReader.PlotMode[ = PlotModeEnum]
|
|
Visual C++
|
long DXFReader.GetPlotMode(); void DXFReader.SetPlotMode(long nNewValue);
|
|
Delphi
|
property PlotMode: TOleEnum (PlotModeEnum);
|
|
C#
|
|
|
Remarks
|
Valid settings for the PlotMode property are:
| 0 | drInchs | 1 drawing unit = 1 inch plotted | | 1 | drMillimeters | 1 drawing unit = 1 millimeter plotted | | 2 | drCentimeters | 1 drawing unit = 1 centimeter plotted | | 3 | drBest Fit | The entire drawing is plotted | | 4 | drCurrent View | The current view of the drawing is plotted |
|
|
Data Type
|
PlotModeEnum (Enumeration)
|
|
Default Value
|
drBest Fit (3)
|