HillShadingVertLightAngle Property

The HillShadingVertLightAngle property returns or sets the hill shading vertical light angle for a color relief map. The light angle is specified in degrees, where 0 is at the horizon and 90 is directly above.

Syntax

object.HillShadingVertLightAngle

object.HillShadingVertLightAngle = HillShadingVertLightAngle

Parameter

Type

Description

HillShadingVertLightAngle

Double

required

Example 1

The following example demonstrates how to return the hill shading vertical light angle.

Debug.Print ColorReliefLayer.HillShadingVertLightAngle

Example 2

The following example sets the vertical light angle to 60 degrees.

ColorReliefLayer.HillShadingVertLightAngle = 60

Used by: ColorReliefLayer Object