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