The GridMethod property returns or sets the gridding method for gradient maps. Returns the gridding method.
Syntax
object.GridMethod
object.GridMethod = GridMethod
Parameter |
Type |
Description |
GridMethod |
required; gridding method |
Example
'Change the gridding method to Polynomial Regression
GradientMap.GridMethod = mvGridPolynomialRegression
Used by: GradientMap object