xLength Property

xLength returns or sets the X scale length. Returns a double.

Syntax

object.xLength

object. xLength = xLength

Parameter

Type

Description

xLength

Double

required

Example 1

This example demonstrates how to return the X scale length.

Debug.Print MapFrame.xLength

Example 2

This example demonstrates how to set the X scale length to seven.

MapFrame.xLength = 7

Used by: MapFrame object,Profile Object