Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the drawing scale selected in the Page Setup dialog box (click the Page Setup arrow on the Home tab).
| Value | Description | Automation constant |
|---|---|---|
| 0 |
No Scale |
visNoScale |
| 1 |
Architectural Scale |
visArchitectural |
| 2 |
Civil Engineering Scale |
visEngineering |
| 3 |
Custom Scale |
visScaleCustom |
| 4 |
Metric |
visScaleMetric |
| 5 |
Mechanical Engineering Scale |
visScaleMechanical |
Remarks
To get a reference to the DrawingScaleType cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
DrawingScaleType |
To get a reference to the DrawingScaleType cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowPage |
| Cell index: |
visPageDrawScaleType |