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