HillShadingHorzLightAngle Property
The HillShadingHorzLightAngle property returns or sets the hill shading horizontal light angle for a color relief map. The light angle is specified in degrees, where 0 is east, 90 is north, etc.
Syntax
object.HillShadingHorzLightAngle
object. HillShadingHorzLightAngle = HillShadingHorzLightAngle
Parameter |
Type |
Description |
HillShadingHorzLightAngle |
Double |
required |
Example 1
The following example demonstrates how to return the hill shading horizontal light anlge.
Debug.Print ColorReliefLayer.HillShadingHorzLightAngle
Example 2
The following example sets the horizontal light angle to 160 degrees.
ColorReliefLayer.HillShadingHorzLightAngle = 160
Used by: ColorReliefLayer Object