zMapPerPU Property

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

Syntax

object.zMapPerPU

object. zMapPerPU = zMapPerPU

Parameter

Type

Description

zMapPerPU

Double

required

Remarks

zMapPerPU should be used with wireframes or MapFrame containing wireframes.

Example 1

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

Debug.Print MapFrame.zMapPerPU

Example 2

This example demonstrates how to scale twenty Z map units per page unit.

MapFrame.zMapPerPU = 20

Used by: MapFrame object