HillShadingLightIntensity Property

The HillShadingLightIntensity property returns or sets the hill shading ambient light intensity for a color relief map.

Syntax

object.HillShadingLightIntensity

object.HillShadingLightIntensity = HillShadingLightIntensity

Parameter

Type

Description

HillShadingLightIntensity

Double

required

Example 1

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

Debug.Print ColorReliefLayer.HillShadingLightIntensity

Example 2

The following example sets the Z scale to 0.6.

ColorReliefLayer.HillShadingLightIntensity = .6

Used by: ColorReliefLayer Object