LightAzimuth Property

LightAzimuth returns or sets the light source horizontal angle for surface maps. Returns a double.

Syntax

object.LightAzimuth

object.LightAzimuth = Azimuth

Parameter

Type

Description

Azimuth

Double

required, horizontal light position in degrees

Example 1

This example shows how to return the horizontal light position.

Debug.Print "LightAzimuth = "; MapFrame4surface.LightAzimuth

Example 2

This example shows how to set the horizontal light position to 14 degrees

MapFrame4surface.LightAzimuth = 14

Used by: MapFrame object