yLength Property

yLength returns or sets the Y scale length. Returns a double.

Syntax

object.yLength

object. yLength = yLength

Parameter

Type

Description

yLength

Double

required

Example 1

This example demonstrates how to return the Y scale length.

Debug.Print MapFrame.yLength

Example 2

This example demonstrates how to set the Y scale length to ten.

MapFrame.yLength = 10

Used by: MapFrame object, Profile Object