RelaxationFactorForMinCurvature Property

 

The RelaxationFactorForMinCurvature property returns or sets the minimum curvature Relaxation factor value for gradient map gridding. Returns a double.

 

Syntax

object.RelaxationFactorForMinCurvature

object.RelaxationFactorForMinCurvature = RelaxationFactor

 

Parameter

Type

Description

RelaxationFactor

Double

required; relaxation factor value

 

Example

    'RelaxationFactorForMinCurvature

    'Set the relaxation factor for gridding the data to .5

    GradientMap.RelaxationFactorForMinCurvature = .5

 

Used by: GradientMap object