The MaxYOrderForRegression property returns or sets the polynomial regression Max Y order for gradient map gridding. Returns an integer.
Syntax
object.MaxYOrderForRegression
object.MaxYOrderForRegression = MaxXOrder
Parameter |
Type |
Description |
MaxYOrder |
Integer |
required; maximum power for the Y component in the polynomial equation |
Example
'MaxYOrderForRegression
'Change the order of the Y parameter to 2
GradientMap.MaxYOrderForRegression = 2
Used by: GradientMap object