LightZenith Property
LightZenith returns or sets the light source vertical angle for surface maps. Returns a double.
Syntax
object.LightZenith
object.LightZenith = Zenith
Parameter |
Type |
Description |
Zenith |
Double |
required, vertical light position in degrees |
Example 1
This example shows how to return the vertical light position.
Debug.Print "LightZenith = "; MapFrame4surface.LightZenith
Example 2
This example shows how to set the vertical light position to 35 degrees.
MapFrame4surface.LightZenith = 35
Used by: MapFrame object