PROBLEM

When displaying a Layout at a 1:1 ratio, one inch displayed does not equal one inch measured on the screen

Last Published: April 25, 2020

Description

When the Layout is displayed at a 1:1 ratio, what the screen calls an inch does not equal a measured inch on the screen.

Cause

All display calculations in ArcView use dots per inch of the screen.

Solution or Workaround



  1. Measure the width and the height of the portion of the screen that is lit by pixels (the measurement may be 12.5 x 9.0).
  2. Open a new script window.

    A. Activate the Project window.
    B. Click the Scripts icon.
    C. Click New.

  3. Enter the following line of code.

    Code:
    System.SetScreenSize Inches(12.5@9.0)

  4. Click the
    [O-Image] Script compile button
    button to compile the script.
  5. Click the
    [O-Image] Run compiled script button
    button to run the script.

    Note:
    To make this permanent, add the line of code to the $AVHOME\etc\startup file.

Article ID:000003664

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic