LagTolerance Property
LagTolerance returns or sets the variogram lag direction tolerance (in degrees). Returns a double.
Syntax
object.LagTolerance
object.LagTolerance = Angle
Parameter |
Type |
Description |
Angle |
Double |
required |
Example 1
This example demonstrates how to return the lag direction tolerance.
Debug.Print Variogram.LagTolerance
Example 2
This example demonstrates how to set the lag direction tolerance to ten degrees.
Variogram.LagTolerance = 10
Example 3
This script displays all the methods and properties in the Variogram object.
Used by: Variogram object