MaxLagDistance Property
MaxLagDistance returns or sets the variogram maximum lag distance (in XY data units). Returns a double.
Syntax
object.MaxLagDistance
object.MaxLagDistance = Dist
Parameter |
Type |
Description |
Dist |
Double |
required |
Example 1
This example demonstrates how to return the maximum lag distance of a variogram.
Debug.Print Variogram.MaxLagDistance
Example 2
This example demonstrates how to set the maximum lag distance of a variogram to 25 XY units.
Variogram.MaxLagDistance = 25
Example 3
This script displays all the methods and properties in the Variogram object.
Used by: Variogram object