UpperFitLimit Property
UpperFitLimit returns the upper AutoFit limit for the specified parameter in a variogram. Returns a double.
Syntax
object.UpperFitLimit( Param)
Parameter |
Type |
Description |
Param |
required |
Example
This example demonstrates how to return the upper fit limit of a variogram component.
Debug.Print VarioComponent.UpperFitLimit
Used by: VarioComponent