MaxIterationForMinCurvature Property

 

The MaxIterationForMinCurvature property returns or sets the minimum curvature Maximum iteration value for gradient map gridding. Returns an integer.

 

Syntax

object.MaxIterationForMinCurvature

object.MaxIterationForMinCurvature = MaxIteration

 

Parameter

Type

Description

MaxIteration

Integer

required; number of iterations

 

Example

    'MaxIterationForMinCurvature

    'Set the maximum iterations for gridding the data to 50000

    GradientMap.MaxIterationForMinCurvature = 50000

 

Used by: GradientMap object