Perspective Property

 

The Perspective property returns or sets the prism map Perspective projection. Returns a Boolean.

 

Syntax

object.Perspective

object.Perspective = Perspective

 

Parameter

Type

Description

Perspective

Boolean

required; true to use perspective, false to use orthographic

 

Example 1

This example returns the state of using a perspective projection for a prism map.

 

Debug.Print PrismMap.Perspective

 

Example 2

This example sets the projection to perspective.

 

PrismMap.Perspective = True

 

Used by: PrismMap object