VLightAngle Property
VLightAngle returns or sets the vertical light position angle in degrees for a color relief map with reflectance terrain representation. Returns a double.
Syntax
object.VLightAngle
object. VLightAngle = Angle
Parameter |
Type |
Description |
Angle |
Double |
required |
Example 1
This example demonstrates how to return the vertical light position angle.
Debug.Print ColorReliefLayer.VLightAngle
Example 2
This example demonstrates how to set the horizontal light position angle to thirty degrees.
ColorReliefLayer.VLightAngle = 30
Used by: ColorReliefLayer Object