VerticalScale Property
VerticalScale returns or sets the vertical scale of a variogram. Returns a double.
Syntax
object.VerticalScale
object. VerticalScale = Scale
Parameter |
Type |
Description |
Scale |
Double |
required |
Example 1
This example demonstrates how to return the vertical scale of a variogram.
Debug.Print Variogram.VerticalScale
Example 2
This example demonstrates how to set the vertical scale of a variogram to two.
Variogram.VerticalScale = 2
Example 3
This script displays all the methods and properties in the Variogram object.
Used by: Variogram object