HillShadingZScale Property
The HillShadingZScale property returns or sets the hill shading Z scale for a color relief map.
Syntax
object.HillShadingZScale
object.HillShadingZScale = HillShadingZScale
Parameter |
Type |
Description |
HillShadingZScale |
Double |
required |
Example 1
The following example demonstrates how to return the hill shading Z scale.
Debug.Print ColorReliefLayer.HillShadingZScale
Example 2
The following example sets the Z scale to 0.05.
ColorReliefLayer.HillShadingZScale = .05
Used by: ColorReliefLayer Object