The FunctionForRadialBasis property returns or sets the radial basis function Basis function for gradient maps. Returns the function type.
Syntax
object.FunctionForRadialBasis
object.FunctionForRadialBasis= Type
Parameter |
Type |
Description |
Type |
required; function type |
Example
'FunctionForRadialBasis
'Change the function of the radial basis gridding method to Thin Plate Spline
GradientMap.FunctionForRadialBasis = mvGridRadBasThinPlateSpline
Used by: GradientMap object