ViewDistance Property

ViewDistance returns or sets the 3D eye distance as a percent.

Syntax

object. ViewDistance

object. ViewDistance =Distance

Parameter

Type

Description

Distance

Double

required

Example 1

This example demonstrates how to return the 3D eye distance.

Debug.Print MapFrame.ViewDistance

Example 2

This example demonstrates how to set the 3D eye distance to 60 percent.

MapFrame.ViewDistance = 60

Used by: MapFrame object