HLightAngle Property

HLightAngle returns or sets the horizontal light position angle in degrees for color relief maps with reflectance terrain representation. Returns a double.

Syntax

object.HLightAngle

object.HLightAngle = Angle

Parameter

Type

Description

Angle

Double

required

Example 1

This example demonstrates how to return the horizontal light position angle.

Debug.Print ColorReliefLayer.HLightAngle

Example 2

This example demonstrates how to set the horizontal light position angle to sixty degrees.

ColorReliefLayer.HLightAngle = 60

Used by: ColorReliefLayer Object