yMapPerPU Property

yMapPerPU returns or sets the Y scale factor (map units per page unit). Returns a double.

Syntax

object.yMapPerPU

object. yMapPerPU = yMapPerPU

Parameter

Type

Description

yMapPerPU

Double

required

Example 1

This example demonstrates how to return the number of Y map units per page unit.

Debug.Print MapFrame.yMapPerPU

Example 2

This example demonstrates how to scale ten Y map units per page unit.

MapFrame.yMapPerPU = 10

Used by: MapFrame object, Profile Object