MaxResidualForMinCurvature Property

 

The MaxResidualForMinCurvature property returns or sets the minimum curvature Maximum residual value for gradient map gridding. Returns a double.

 

Syntax

object.MaxResidualForMinCurvature

object.MaxResidualForMinCurvature = MaxResidual

 

Parameter

Type

Description

MaxResidual

Double

required; maximum residual value

 

Example

    'MaxResidualForMinCurvature

    'Change the maximum residual for gridding the data to 38000

    GradientMap.MaxResidualForMinCurvature = 38000

 

Used by: GradientMap object