xMapPerPU Property
xMapPerPU returns or sets the X scale factor (map units per page unit). Returns a double.
Syntax
object.xMapPerPU
object. xMapPerPU = xMapPerPU
Parameter |
Type |
Description |
xMapPerPU |
Double |
required |
Example 1
This example demonstrates how to return the number of X map units per page unit.
Debug.Print MapFrame.xMapPerPU
Example 2
This example demonstrates how to scale four X map units per page unit.
MapFrame.xMapPerPU = 4
Used by: MapFrame object, Profile Object