NumLags Property

NumLags returns or sets the number of lags in a variogram. Returns an integer.

Syntax

object.NumLags

object.NumLags = NumLags

Parameter

Type

Description

NumLags

Integer

required

Example 1

This example demonstrates how to return the number of lags in a variogram.

Debug.Print Variogram.NumLags

Example 2

This example demonstrates how to set the number of lags in a variogram to four.

Variogram.NumLags = 4

Example 3

This script displays all the methods and properties in the Variogram object.

Used by: Variogram object