ViewTilt Property

ViewTilt returns or sets the 3D tilt in degrees. Returns a double.

Syntax

object.ViewTilt

object. ViewTilt = Tilt

Parameter

Type

Description

Tilt

Double

required

Example 1

This example demonstrates how to return the 3D tilt.

Debug.Print MapFrame.ViewTilt

Example 2

This example demonstrates how to apply a forty-five degree tilt.

MapFrame.ViewTilt = 45

Used by: MapFrame object