The Tilt property returns or sets the prism map tilt. Returns an integer.
Syntax
object.Tilt
object.Tilt = Tilt
Parameter |
Type |
Description |
Tilt |
Integer |
required; in degrees |
Example 1
This example returns the tilt value for a prism map.
Debug.Print PrismMap.Tilt
Example 2
This example changes the tilt value for a prism map to 18 degrees.
PrismMap.Tilt = 18
Used by: PrismMap object