zScale Property
The zScale property returns or sets the Z scale factor for a color relief map with reflectance terrain representation. Returns a double.
Syntax
object.zScale
object. zScale = zScale
Parameter |
Type |
Description |
zScale |
Double |
required |
Example 1
This example demonstrates how to return the Z scale factor of a color relief map.
Debug.Print ColorReliefLayer.zScale
Example 2
This example demonstrates how to set the Z scale factor to a value of two.
ColorReliefLayer.zScale = 2
Used by: ColorReliefLayer Object