The Smooth property returns or sets the inverse distance to a power and modified Shepard's method Smoothing or Smoothing factor value for gradient map gridding. Returns a double.
Syntax
object.Smooth
object.Smooth = Smooth
Parameter |
Type |
Description |
Smooth |
Double |
required; smoothing value |
Example
'Smooth
'Change the smoothing value of the gridding method to 5
GradientMap.Smooth = 5
Used by: GradientMap object