LowerFitLimit Property

LowerFitLimit returns the lower AutoFit limit for the specified parameter in a variogram. Returns a double.

Syntax

object.LowerFitLimit( Param )

Parameter

Type

Description

Param

SrfVarioParam

required

Example

This example demonstrates how to return the lower fit limit of a variogram component.

Debug.Print VarioComponent.LowerFitLimit(srfVarParam1)

Used by: VarioComponent

See Also

AutoFit