EyeDistance Property

 

The EyeDistance property returns or sets the prism map eye distance. Returns an integer.

 

Syntax

object.EyeDistance

object.EyeDistance = EyeDistance

 

Parameter

Type

Description

EyeDistance

Integer

required; eye distance value from 5 to 100 percent

 

Example 1

This example returns the current eye distance value for a prism map.

 

Debug.Print PrismMap.EyeDistance

 

Example 2

This example sets the eye distance value for a prism map to 78.

 

PrismMap.EyeDistance = 78

 

Used by: PrismMap object